Skip to content

AppShellProps

AppShellProps = object

Defined in: packages/ui/src/types.ts:1277

Props for the AppShell layout component.

Base layout with sidebar navigation, header, and content area. Typically used in the root layout route to wrap all pages. Delegates to the AppShellSlotProps plugin slot for rendering.

children: ReactNode

Defined in: packages/ui/src/types.ts:1279

Main content area.


optional header: ReactNode

Defined in: packages/ui/src/types.ts:1283

Header element.


optional sidebar: ReactNode

Defined in: packages/ui/src/types.ts:1281

Sidebar navigation element.