A workspace sidebar navigation with a workspace switcher, quick search field, accent action button, and grouped nav items with an animated hover/active highlight and badges.
import SidebarNav from "@/components/ui/sidebar-nav"; export default function Default() { return ( <div className="flex min-h-[420px] w-full items-center justify-center bg-canvas p-8"> <SidebarNav /> </div> ); }