Components
Loading preview...
React menu component- a Vercel-style floating icon dock with a single tooltip rail that slides and clip-path reveals each label above the hovered button.
npx shadcn@latest add https://21st.dev/r/ruixen.ui/toolbar-dockimport { ToolbarDock } from "@/components/ui/toolbar-dock";
export default function ToolbarDockDemo() {
return (
<div className="flex min-h-[320px] w-full items-center justify-center">
<ToolbarDock />
</div>
);
}