Skip to content

BottomNavigation

Thumb-zone navigation for app-like layouts. Three to five destinations, current one marked.

Example

<BottomNavigation
  current="/components"
  items={[
    { label: "Home", href: "/" },
    { label: "Library", href: "/components" },
  }}
/>

With icons

Props

PropTypeDefaultDescription
itemsArray-Label + href + optional iconSvg string.
currentstring-Href of the current destination.
labelstringPrimaryNav landmark name.

Accessibility