A fluid, interactive icon dock that “magnetically” expands icons as the cursor approaches, built with React and Framer Motion for smooth, springy hover effects.
import MagneticDock from "@/components/ui/magnetic-dock"; export default function DemoOne() { return <MagneticDock />; }