Skip to content

AppShellProps

AppShellProps = object

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

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:1145

Main content area.


optional header: ReactNode

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

Header element.


optional sidebar: ReactNode

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

Sidebar navigation element.