Move cursor here
Ring Cursor
Cursor EffectsRing that follows cursor
ringcirclefollow
Installation
$
Usage
tsx
import { RingCursor } from "@/components/nonaxial/ring-cursor"
export default function Example() {
return (
<RingCursor>{/* Your content here */}</RingCursor>
)
}Props
| Prop | Type | Default |
|---|---|---|
| children | ReactNode | — |
| className | string | — |