Components
Interactive dock-style navigation built with React + TypeScript and Framer Motion. Icons dynamically scale based on cursor position using motion values and transforms. Includes smooth scrolling, tooltip labels, and responsive design. Optimized for clean UI and modern web experiences.
Loading preview...
import Dock from "@/components/ui/dock";
export default function DemoOne() {
return <Dock />;
}