We are live on DevHunt: tool of the week contest

check it out

Magnetic Text

Text that subtly pulls toward the mouse cursor.

Preview

Interactive Preview

Hover Me, Orix IS HERE

Installation

Usage

tsx
import { MagneticText } from "@/components/ui/magnetic-text"

export default function Demo() {
  return (
    <h2 className="text-5xl font-black">
      <MagneticText>PULL</MagneticText> ME
    </h2>
  )
}

Dependencies

framer-motion

Props

PropTypeDefault
strengthnumber0.4