Components
This component renders a modern, animated dock with icon tooltips and a reflection effect, inspired by macOS.
npx shadcn@latest add https://21st.dev/r/jatin-yadav05/minimal-dockLoading preview...
import MinimalistDock from "@/components/ui/minimal-dock";
export default function DemoOne() {
return <MinimalistDock />;
}