Magnetic Button

Button that magnetically attracts toward the cursor on hover.

effectsbuttonmagnetichover

Installation

Terminalbash
npx motioncraft add magnetic-button

Usage

magnetic-button.tsxtsx
import { MagneticButton } from "@/components/effects/magnetic-button";

<MagneticButton>Hover Me</MagneticButton>

Props

PropTypeDefaultDescription
children*ReactNodeButton content
classNamestringAdditional CSS classes

Related Components