Files
directus/src/components/v-breadcrumb
Rijk van Zanten 4c2f5dc2ba Change print width to 120 (#671)
* Increase line-width to 120

* Auto-fix 100->120 columns
2020-06-01 16:50:08 -04:00
..
2020-02-17 15:30:16 -05:00
2020-04-02 12:10:13 -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)