Breadcrumb
Shows the page hierarchy path; the last item is the current page (not clickable).
Basic usage
Basic usage
Example
Custom separator
Custom separator
Example
Click event
Click event
Example
Edge cases
Empty data
Example
API
Attributes
| Attribute | Description | Type | Default |
|---|---|---|---|
items | Breadcrumb items JSON | string | [] |
separator | Separator | string | / |
Events
| Event | Description |
|---|---|
oas-select | A link item was clicked, detail: { value: href } |
nav + aria-label="面包屑", the last item has aria-current="page" and is not clickable.