Breadcrumbs
A navigation aid that shows the user’s current location within a hierarchy and allows quick navigation to parent pages.
Example
Prefix slot
Props
| Name | Default | Type |
|---|---|---|
items* | - | BreadcrumbItem[] Ordered list of breadcrumb items |
Slots
| Slot | Payload |
|---|---|
prefix | { item: BreadcrumbItem; } Content shown before each breadcrumb label |
suffix | { item: BreadcrumbItem; } Content shown after each breadcrumb label |