Magnetic Button
ButtonsButton that follows cursor with magnetic effect
hovermagneticinteractive
Installation
$
Usage
tsx
import { MagneticButton } from "@/components/nonaxial/magnetic-button"
export default function Example() {
return (
<MagneticButton>{/* Your content here */}</MagneticButton>
)
}Props
| Prop | Type | Default |
|---|---|---|
| children | ReactNode | — |
| className | string | — |