mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Breadcrumb
<v-breadcrumb :items="[{name: 'Collections', to: '/collections'}]" />
Props
| Prop | Description | Default |
|---|---|---|
items |
An array of objects which information about each section | [] |
items.name |
The name which will be displayed | '' |
items.to |
The reroute link | '' |
items.disabled |
If the router link should be clickable | false |
items.icon |
Displays an icon with the given name in front of the name | '' |
Events
n/a
Slots
n/a
CSS Variables
| Prop | Default |
|---|---|
--v-breadcrumb-color |
var(--foreground-subdued) |
--v-breadcrumb-color-hover |
var(--foreground-normal) |
--v-breadcrumb-color-disabled |
var(--foreground-subdued) |
--v-breadcrumb-divider-color |
var(--foreground-subdued) |