Components / Sidebar
Sidebar.
The authenticated-app navigation shell. Collapsible (icon / offcanvas / none), auto-swaps to a Sheet below the md breakpoint, Cmd/Ctrl+B keyboard shortcut. Every signed-in route mounts inside it via the Protected app shell pattern.
When to use
Use Sidebar for the authenticated-app navigation frame — one per protected layout, mounted once at the layout root via SidebarProvider. Do not reach for it as a generic "panel on the side" primitive; for that, compose a plain flex layout instead.