SidebarApp
Full app shell with collapsible side navigation and top header.
Category: display · WCAG 2.1-AA · block, sidebar, navigation, app-shell
When to use
- A ready-made app shell with opinionated collapsible sidebar and top header
- Standing up an authenticated app frame quickly
When not to use
- You want a bare shell to compose your own nav — use AppShell
- A dashboard-specific layout — use DashboardLayout
Examples
Default
App with sidebar navigation
<SidebarApp />Related components
- AppShell — Use the bare layout primitive for custom navigation
- ConsoleApp — Use the Carbon-parity console shell for icon-rail navigation