Navigation
Breadcrumb
A trail that shows where the current page sits in the site, like "Home > Products > Detail". The last item is the current page.
ReactVueWeb Components
View in Storybook Playground
Examples
<Breadcrumb items={[{ label: 'Home', href: '/' }, { label: 'Library' }]} /> Props
| Name | Type | Default | Description |
|---|---|---|---|
items required | BreadcrumbItem[] | — | Ordered crumbs from root to current page. |
divider | string | / | Divider glyph between crumbs. @default '/' |
label | string | Breadcrumb | Accessible label for the nav landmark. @default 'Breadcrumb' |
Accessibility
- Body/background contrast is ≥ 7:1 (AAA) in both light and dark.
- Every interaction works with the keyboard alone.
- The focus ring is always visible.
- Respects prefers-reduced-motion and stops excessive motion.
Every component is designed to meet WCAG 2.1 AAA.