Skip to content

Breadcrumbs

Where am I, and how do I go back up. The last item is the current page, never a link.

Example

<Breadcrumbs
  items={[
    { label: "Home", href: "/" },
    { label: "Components", href: "/components" },
    { label: "Reports" },
  }}
/>

Props

PropTypeDefaultDescription
itemsArray<{ label, href? }>-Trail; items without href render as text.
labelstringBreadcrumbNav landmark name.

Accessibility