Skip to content

Navbar

Site header with brand, link list, and an actions slot. On small screens the links collapse behind a 44px menu button.

Example

<Navbar brand="Acme" brandHref="/">
  <li><a class="ink-navbar__link" href="/components">Components</a></li>
  <li><a class="ink-navbar__link" href="/guides/theming">Theming</a></li>
  <Button slot="actions" size="sm" href="/">Get started</Button>
</Navbar>

Props

PropTypeDefaultDescription
brandstring-Brand text (or a brand slot).
brandHrefstring/Brand destination.

Accessibility