Breadcrumbs are links used to provide context for the currently-viewed page and where it is located within the overall site structure.

Preview

Usage

Breadcrumbs show users where they are within a site’s hierarchy. Breadcrumbs help orient the user and allow for navigation to previous page levels. It can be appropriate to use a breadcrumb when:

  • The user is many levels of navigation deep
  • The current page does not have its own navigation
  • The user needs to quickly go back to the previous parent page

Breadcrumbs should be the first page element—placed directly above the page’s title. All pages that appear in the breadcrumb should link to their respective page. The page the user is on should always be the last page listed and not linked.

When Not to Use

Breadcrumbs are always treated as secondary and should not entirely replace the primary navigation. They shouldn’t be used for products that have single level navigation because they create unnecessary clutter.

Variants and Examples

Default

Inverted

Vue API

Slots

Name
Description
default

default slot for breadcrumbs content

Props

Name
Description
Default
ariaLabel

Descriptive label for the navigation content.

Type: string
''
breadcrumbs

A provided list of breadcrumbs. Overridden by default slot

Type: array
[]
inverted

Passed through to link. If true, applies inverted styles to the link.

Type: boolean
Values: truefalse
false

Classes

Class
Applies to
Description

Accessibility

HTML doesn't provide dedicated semantic elements for breadcrumbs, so we need to add a few ARIA attributes to make them accessible.

Item
Applies to
Description
Breadcrumbs documentation last updated Thursday, June 11, 2026