Docs Components
Breadcrumbsexperimental
The trail showing where you are. Every step is a link except the last one — you're already there, so it's plain text.
API
| Prop | Type | Description |
|---|---|---|
items required | {label, href?}[] | Ordered path; last item is the current page and renders unlinked. |
Guidelines
- shouldBreadcrumbs appear on every detail view deeper than one level.
- mustLabels are entity names, not route slugs.