Skip to main content

Breadcrumbs

The Breadcrumbs component is a navigational helper for pages. It can accept a Material Icons icon or text characters as a divider. An array of objects can be passed to the items property of the component. Additionally, slots exists for more control of the breadcrumbs, either utilizing Breadcrumbs-item or other custom markup.

info

For more details about Vuetify’s usage of Breadcrumbs component, click Breadcrumbs page.
For more prop explanations, click Vuetify Breadcrumbs API page.

Props

AttributeDescriptionTypeDefault
dividerSpecifies the dividing character between items.stringfalse
darkApplies the dark theme.booleanfalse
itemsAn array of objects for each breadcrumb.array[]
largeIncrease the font-size of the breadcrumb item text to 16px (14px default).booleanfalse
tabIndexDetermines the order of switching from one component to another with the tab key.stringundefined
visibleVisibility of Breadcrumbs component.booleantrue

Slots

AttributeDescription
defaultThe default Vue slot.
dividerThe slot used for dividers.
itemThe slot used to override default Breadcrumbs-item behavior when using the items prop.

Samples Component

image

Samples Qjson

breadcrumbs