Move cursor here
Particle Cursor
Cursor EffectsParticles emitting from cursor
particlesemitdynamic
Installation
$
Usage
tsx
import { ParticleCursor } from "@/components/nonaxial/particle-cursor"
export default function Example() {
return (
<ParticleCursor>{/* Your content here */}</ParticleCursor>
)
}Props
| Prop | Type | Default |
|---|---|---|
| children | ReactNode | — |
| className | string | — |