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