Back

Magnetic Button

Satu Visual ComponentNew

A button that's magnetically pulled toward the cursor on hover.

Installation

Add it with the CLI:

Terminal

$

Or open the Code tab above and copy it in manually — it relies on the standard cn() helper from @/lib/utils.

Usage

Forwards all native button props. The pull resets when the cursor leaves.

Props

PropTypeDefaultDescription
childrenReactNodeButton content.
strengthnumber0.4Pull strength (0–1).
classNamestringExtra classes.
...propsButtonHTMLAttributesNative <button> props.