Magnetic Button
Button that magnetically attracts toward the cursor on hover.
effectsbuttonmagnetichover
Installation
Terminalbash
npx motioncraft add magnetic-buttonUsage
magnetic-button.tsxtsx
import { MagneticButton } from "@/components/effects/magnetic-button";
<MagneticButton>Hover Me</MagneticButton>Props
| Prop | Type | Default | Description |
|---|---|---|---|
| children* | ReactNode | — | Button content |
| className | string | — | Additional CSS classes |
Related Components
Magnetic Gallery
NewImage gallery where items are attracted to and repelled by the cursor with spring physics.
Reveal on Hover
NewText that reveals an image on hover, following the cursor position with spring animations.
Text Distortion
NewCanvas-based text that warps and distorts on hover with horizontal slice displacement.
Animated Input
Input field with animated label, focus ring, and validation states.