npx shadcn@latest add https://components.bksh.site/r/magnetic-button.json

Mouse

Magnetic Button

A button that pulls toward the cursor on hover.

Example.tsx
import { MagneticButton } from "@/components/better/magnetic-button"
export function Example() {
return <MagneticButton strength={0.4}>Hover me</MagneticButton>
}

Dependencies

Props

PropTypeDefaultDescription
children*ReactNode
classNamestring
strengthnumber0.4How strongly the button follows the cursor (0–1).