Skip to content

AppShellHeader

AppShellHeader(__namedParameters): Element

Defined in: packages/ui/src/components/app-shell.tsx:101

Header bar for AppShell with flexible content and an optional user menu.

Renders a horizontal bar at the top of the shell. Pass a UserMenu element via the userMenu prop for authenticated user controls.

ReactNode

ReactNode

Element

<AppShell.Header userMenu={<UserMenu links={[{ label: "Profile", to: "/profile" }]} />}>
<Logo />
</AppShell.Header>