Skip to content

Breadcrumbs

The v-breadcrumbs component is used as a navigational helper and hierarchy for pages.

Usage

By default, breadcrumbs use a text divider. This can be any string.

TIP

Use slots for more control of the breadcrumbs, either utilizing v-breadcrumbs-item or other custom markup.

API

ComponentDescription
v-breadcrumbsPrimary Component
v-breadcrumbs-itemSub-component used for each breadcrumb
v-breadcrumbs-dividerSub-component used for dividing breadcrumbs

INFO

By default v-breadcrumbs will disable all crumbs up to the current page in a nested paths. You can prevent this behavior by using exact: true on each applicable breadcrumb in the items array.

Examples

Props

Divider

Breadcrumbs separator can be set using divider property.

Slots

Prepend

Prepend content with the prepend slot.

Dividers

To customize the divider, use the divider slot.

Title

You can use the title slot to customize each breadcrumb title.

Released under the MIT License.