Components / Layout & Shells
Shared app-side layout primitives.
The current shared truth for product layout includes the shared app shell, page header, section card, and toolbar row. These should be used before route-local wrappers are introduced.
Components / Layout & Shells
The current shared truth for product layout includes the shared app shell, page header, section card, and toolbar row. These should be used before route-local wrappers are introduced.
Shared page headers keep title, body copy, meta, and actions structurally consistent.
Reusable app-surface framing for sections with title, body, and optional actions.
Structure rule
`AppShell` is now the shared two-column layout truth for both the product app and the brand guide. The left sidebar and right content column should come from the shared shell contract, not from docs-only layout code.
Its mobile trigger pattern is also the canonical menu treatment: a menu icon plus `Menu`, switching to a close icon plus `Close` while the drawer is open.