Breadcrumbs
Use breadcrumbsto display the current navigation path.
Items and separators can be customized via slots.
Props
Name
Type
crumbs
Array<{ label: string; link: string }>
The list of crumbs
Slots
Name
Binding
crumb
{ crumb: { label: string; link: string; } }
Overwrite the default rendering of a crumb label
separator
{ idx: number }
Overwrite the default rendering of a separator. idx
is the index of the crumb after which the separator is displayed.