App Bar
Application shell header composed from Material and region slots.
The top application header surfaces screen context, wayfinding, and actions tied to the current view. Content is host-composed via AppBarLeading, default children (center), and AppBarTrailing. Configure surface treatment through the AppBarMaterial slot (variant, elevation, corners).
- Application shell chrome above primary content
- Screen titles, breadcrumbs, and workspace branding
- Inline search, filters, or section navigation in the center band
- Account, theme, and utility controls in the trailing region
- Configure surface via
AppBarMaterialslot (variant,elevation,corners). - Place branding and wayfinding in
AppBarLeading. - Put search, filters, or inline nav in default
children(center region). - Place account and utility controls in
AppBarTrailing. - Adjust
positionanddensityfor scroll behavior and vertical budget. - Pair Sticky bars with Layout
overlay_header=truefor pinned frost shells; usemain_inset_scroll=truewith Fixed opaque bars for inset inner scroll.
Workspace title in leading and a sign-in action in trailing—the default application header.
Product mark in leading, section links in center, account control in trailing.
Title in leading, scoped search field in center, actions in trailing.
Minimal leading label; the search field owns the center band.
48px compact bar for secondary tool rows.
96px expanded band for hero title or branding in leading.
Shell material with flat elevation—catalog-style frosted shell chrome.
Raised elevation separates the header from scrolling body content below.
Bar pins to the top of its scroll container while content moves beneath.
Fixed bar with scrollable content below—the host must offset body content.