Move fast
Stretch Cursor
Cursor EffectsCursor that stretches on move
stretchelasticmotion
Installation
$
Usage
tsx
import { StretchCursor } from "@/components/nonaxial/stretch-cursor"
export default function Example() {
return (
<StretchCursor>{/* Your content here */}</StretchCursor>
)
}Props
| Prop | Type | Default |
|---|---|---|
| children | ReactNode | — |
| className | string | — |