Components
A fluid, interactive icon dock that “magnetically” expands icons as the cursor approaches, built with React and Framer Motion for smooth, springy hover effects.
npx shadcn@latest add https://21st.dev/r/dhileepkumargm/magnetic-dockLoading preview...
import MagneticDock from "@/components/ui/magnetic-dock";
export default function DemoOne() {
return <MagneticDock />;
}