Follow
Follow Mouse
InteractionsElement that follows mouse
followmousetracking
Installation
$
Usage
tsx
import { FollowMouse } from "@/components/nonaxial/follow-mouse"
export default function Example() {
return (
<FollowMouse>{/* Your content here */}</FollowMouse>
)
}Props
| Prop | Type | Default |
|---|---|---|
| children | ReactNode | — |
| className | string | — |