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
| Prop | Type | Default |
|---|---|---|
| strength | number | 0.4 |