atelier — product chrome (desktop width)
Default bar layout with brand + inline nav.
In App Shell (navbar + main)
Library
Main content sits below the header — same proportions as production shells.
Page content area
API
| Prop | Required | Type | Default | Description |
|---|---|---|---|---|
| theme | Optional | SiteTheme | atelier | Visual theme — layout defaults per product. |
| layout | Optional | "bar" | "floating" | — | floating auto on real-platform (Header.tsx). |
| title | Optional | ReactNode | — | Page title in floating toolbar. |
| navAlign | Optional | "start" | "end" | — | Nav link cluster — end on Scrawl. |
| NavbarBrand / NavbarTitle / NavbarIconAction / NavbarProfileChip | Optional | subcomponents | — | Registry Link + Real Platform header controls. |
| brand / start / end / children | Optional | ReactNode | — | Brand, leading slot, actions, nav links (Button + NavItem). |
| sticky | Optional | boolean | true | Sticky top (bar layout). |