Breadcrumb
Never leave any crumbs left.
Example
Props
đšī¸ standard props
items BreadcrumbItem[]
An array of breadcrumb items.
underliner boolean
Whether to underline the breadcrumb items.
trueseparatorIcon string
The icon used as a separator between breadcrumb items.
"mdi-chevron-right"separatorIconSize string
The size of the separator icon.
"10px"spacing string
Spacing between breadcrumb items.
"20px"đ¨ style props
Slots
Events
onitemClick
Triggered when a breadcrumb item is clicked.
| Attribute | Type | Description |
|---|---|---|
| item | BreadcrumbItem | The clicked breadcrumb item. |
| nativeEvent | KeyboardEvent | The keyboard event that triggered the click. |