Breadcrumbs
Breadcrumbs are a navigational element that helps users understand where they are in a website hierarchy. They are typically used as an added accessory rather than a primary navigational element. Breadcrumbs are often used in combination with other navigational elements to provide a more comprehensive navigation experience.
Design Hints
Accessiblity Hints
Note: The components below have the tailwind selector visited
set to the same color as the link color for the sake of display. In most cases you would want to use an alternate color for the visited
selector.
Simple Breadcrumbs
Simple breadcrumbs are a basic version of breadcrumbs that only show the current page and the parent pages with links and a separator between them.
Alternate Simple Breadcrumbs
An alternate style for simple breadcrumbs
Styled Breadcrumbs
Breadcrumbs with a visible container.
Accessibility Testing Status
Component | NVDA | Windows Narrator | WAVE | Axe | IBM Equal Access |
---|---|---|---|---|---|
Simple Breadcrumbs | Yes | Yes | Yes | Yes | Yes |
Alternate Simple Breadcrumbs | Yes | Yes | Yes | Yes | Yes |
Styled Breadcrumbs | Yes | Yes | Yes | Yes | Yes |
The components above follow WAI-ARIA APG specifications for Breadcrumb pattern .