App Sidebar
The header / nav / footer sidebar arrangement for the nx app shell.
$
Registry itembunx shadcn@latest add @nx-ui/app-sidebarLoading state
While route data streams in, swap a group's items for SidebarMenuSkeleton rows — the header and footer slots render immediately.
Full composition — live
Header and footer filled with the OrgSwitcher and UserMenu blocks, content driven by SidebarNav — the arrangement used across the Nexus ReGen app shell. Rendered live at full size inside the real AppShell; open it in its own window to try the offcanvas collapse.
/view/block-app-sidebarOpen full screenAPI reference
Exported parts and their props, extracted from the component source.
| Prop | Type | Default | Description |
|---|---|---|---|
header | React.ReactNode | — | — |
footer | React.ReactNode | — | — |
…extends React.ComponentProps<typeof Sidebar>