BlogPlaygroundOne

VBreadcrumbs API


Props
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 bg- prefix (for example success, purple or bg-purple) or CSS color (#033 or rgba(255, 0, 0, 0.5)). Find a list of built-in classes on the colors page.

string
undefined

Applies specified color to the control - supports utility colors with or without text- prefix (for example success, purple or text-purple) or CSS color (#033 or rgba(255, 0, 0, 0.5)). Find a list of built-in classes on the colors page.

'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.

Slots
never
{ item: string | (Partial<LinkProps> & { title: string; disabled: boolean }) index: number }
{ item: Partial<LinkProps> & { title: string; disabled: boolean } index: number }
never
{ item: Partial<LinkProps> & { title: string; disabled: boolean } index: number }

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.

SASS Variables
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