Morphing Cursor
Cursor EffectsShape-morphing cursor
morphcursorshape
Installation
$
Usage
tsx
import { MorphingCursor } from "@/components/nonaxial/morphing-cursor"
export default function Example() {
return (
<MorphingCursor>{/* Your content here */}</MorphingCursor>
)
}Props
| Prop | Type | Default |
|---|---|---|
| children | ReactNode | — |
| className | string | — |