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.
import { 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> ); }
Part of Ruixen UI — browse the full library on 21st.dev.