VBreadcrumbs API
name | type | default |
|---|---|---|
string
| undefined | |
The class applied to the component when it is in an active state. | ||
string
| undefined | |
The applied color when the component is in an active state. | ||
string
| undefined | |
Applies specified color to the control’s background. Used on components that also support the color prop. - supports utility colors with or without | ||
string
| undefined | |
Applies specified color to the control - supports utility colors with or without | ||
'default' | 'comfortable' | 'compact' | 'default' | |
Adjusts the vertical height used by the component. | ||
boolean
| false | |
Removes the ability to click or target the component. | ||
string
| '/' | |
Specifies the dividing character between items. | ||
| string | (string | [string, number])[] | (new () => any) | FunctionalComponent | undefined | |
Apply a specific icon using the v-icon component. | ||
( | string | (Partial<LinkProps> & { title: string; disabled: boolean }) )[] | [] | |
An array of strings or objects used for automatically generating children components. | ||
string | number | boolean | undefined | |
Designates the border-radius applied to the component. This can be 0, xs, sm, true, lg, xl, pill, circle, and shaped. Find more information on available border radius classes on the Border Radius page. | ||
string | (new () => any) | FunctionalComponent | 'ul' | |
Specify a custom tag used on the root element. | ||
boolean
| false | |
Removes any applied border-radius from the component. | ||
The default Vue slot. | ||
The slot used for dividers. | ||
Define a custom item appearance. | ||
The slot used for prepend content. | ||
The slot used to display the title of each breadcrumb. | ||
name | default |
|---|---|
('default': 0, 'comfortable': -1, 'compact': -2) | |
0 8px | |
var(--v-disabled-opacity) | |
tools.map-deep-get(settings.$typography, 'body-large', 'size') | |
2px | |
-4px | |
underline | |
0 4px | |
tools.map-deep-get(settings.$typography, 'body-large', 'line-height') | |
12px | |
16px | |
settings.$border-radius-root | |
middle |