Breadcrumb
Hierarchical trail. Uses ARIA nav + aria-current="page" on the active item.
Basic usage
Example
Bordered
API
Props
| Name | Type | Default | Description |
|---|---|---|---|
items* | Array | — | — |
disabled | boolean | false | — |
bordered | boolean | false | — |
wrap | boolean | true | — |
dividerIcon | string | "ri-arrow-right-s-line" | — |
size | EpSize | undefined | — |
ariaLabel | string | "Breadcrumb" | — |
Events
| Event | Payload | Description |
|---|---|---|
select | {"names":["BreadcrumbItem"]} | — |
Slots
| Slot | Scope | Description |
|---|---|---|
separator | index | — |
item | item, index | — |
