Components

Navbar

Navbar — the horizontal bar across the top of a view that holds the brand, the primary navigation, and account or page actions. Fill any of three regions — `start`, `center`, `end` — and the bar spaces them apart; a region stays out of the DOM until you give it content, so a brand-plus-actions bar needs only `start` and `end`. It renders as a labelled navigation landmark, so drop links, a Button, or a Dropdown straight in. Keep it to one per view and reserve the `center` slot for a title or the main links, not a second row of actions.