1. framework components
  2. app bar

App Bar

A header element for the top of your page layout.

Skeleton

Centered

Control the layout using a grid-cols-* utility class.

Headline

Extended

Move the <AppBar.Headline> to a new row within the root.

Headline

Responsive

Modify the layout based on responsive breakpoints.

Headline

API Reference

Root

txt
w-full bg-surface-100-900 p-4 space-y-4
PropDefaultType
elementSnippet<[HTMLAttributes<"header">]> | undefined

Render the element yourself

Toolbar

txt
grid items-center justify-between gap-4
PropDefaultType
elementSnippet<[HTMLAttributes<"div">]> | undefined

Render the element yourself

Lead

PropDefaultType
elementSnippet<[HTMLAttributes<"nav">]> | undefined

Render the element yourself

Headline

PropDefaultType
elementSnippet<[HTMLAttributes<"div">]> | undefined

Render the element yourself

Trail

txt
flex gap-2
PropDefaultType
elementSnippet<[HTMLAttributes<"nav">]> | undefined

Render the element yourself

View page on GitHub