Skip to content
NavigationBrowse navigation components
ComponentsNavigationStable

Navbar

Top app bar with backdrop blur, sticky position, and brand slot.

Live preview

LLumora

Usage

Adapters:React stableVue stable
index.html
<header class="lm-navbar">
  <a class="lm-navbar-brand" href="/">Lumora</a>
</header>

CSS classes (2)

ClassDescription
lm-navbarSticky top bar
lm-navbar-brandLogo + name slot

Accessibility

  • Wrap in <header> with role='banner'.

Spotted something wrong? Edit this entry on GitHub.