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.
Parameters
Section titled “Parameters”__namedParameters
Section titled “__namedParameters”children?
Section titled “children?”ReactNode
userMenu?
Section titled “userMenu?”ReactNode
Returns
Section titled “Returns”Element
Example
Section titled “Example”<AppShell.Header userMenu={<UserMenu links={[{ label: "Profile", to: "/profile" }]} />}> <Logo /></AppShell.Header>