A dense glassmorphic sidebar navigation with animated hover for dashboards and internal tools.
import { WorkbenchSidebar } from "@/components/ui/workbench-sidebar"; export default function Default() { return ( <div className="flex min-h-[400px] items-center justify-center bg-zinc-950 p-10"> <WorkbenchSidebar /> </div> ); }