AppShell
AppShell(
props):Element
Defined in: packages/ui/src/components/app-shell.tsx:25
Base application layout with sidebar navigation, header, and content area.
Delegates rendering to the UI plugin’s appShell slot. Compose with
AppShellSidebar (AppShell.Sidebar) and AppShellHeader
(AppShell.Header) for a complete layout.
Parameters
Section titled “Parameters”See AppShellProps.
Returns
Section titled “Returns”Element
Example
Section titled “Example”<AppShell sidebar={<AppShell.Sidebar items={navigationItems} />} header={<AppShell.Header userMenu={<UserMenu />} />}> {children}</AppShell>