A searchable component navigation sidebar with grouped, scrollable sections and item counts.
import Sidebar1 from "@/components/ui/uiable-sidebar-1"; export default function DemoSidebar1() { return ( <div className="flex min-h-[560px] w-full items-center justify-center p-6"> <div className="w-full max-w-sm"> <Sidebar1 /> </div> </div> ); }