Skip to main content

Breadcrumbs Item

The BreadcrumbsItem 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 BreadcrumbsItem or other custom markup.

info

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

Props

AttributeDescriptionTypeDefault
classAllows custom properties to take effect.stringundefined
appendSetting append prop always appends the relative path to the current path.booleanfalse
exactExactly match the link. Without this, ‘/’ will match every route.booleanfalse
hrefDesignates the component as anchor and applies the href attribute.stringundefined
linkDesignates that the component is a link. This is automatic when using the href or to prop.booleanfalse
rippleApplies the ripple directive.booleanfalse
replaceSetting replace prop will call router.replace() instead of router.push() when clicked, so the navigation will not leave a history record. You can find more information about the replace prop on the vue-router documentation.booleanfalse
tagSpecify a custom tag used on the root element.string'li'
targetDesignates the target attribute. This should only be applied when using the href prop.stringundefined
toDenotes the target route of the link. You can find more information about the to prop on the vue-router documentation.stringundefined
visibleVisibility of BreadcrumbItems component.booleantrue
tabIndexAllows component to give and receive focus.numberundefined