Move cursor here
Spotlight Cursor
Cursor EffectsSpotlight effect following cursor
spotlightlightreveal
Installation
$
Usage
tsx
import { SpotlightCursor } from "@/components/nonaxial/spotlight-cursor"
export default function Example() {
return (
<SpotlightCursor>{/* Your content here */}</SpotlightCursor>
)
}Props
| Prop | Type | Default |
|---|---|---|
| children | ReactNode | — |
| className | string | — |