Magnetic Button
Button that gravitates toward your cursor with a spring-physics magnetic pull.
Default
Strong pull
Subtle
Installation
npx shadcn@latest add https://wise-ui.com/r/magnetic-button.jsonProps
| Prop | Type | Default | Description |
|---|---|---|---|
| strength | number | 12 | Maximum distance (px) the button can travel toward the cursor. |
| range | number | 150 | Radius (px) around the button that activates the magnetic pull. |
| children | React.ReactNode | - | Button label content. |
| className | string | - | Additional classes for the button element. |