Documentation

Separator:dot

Breadcrumbs are a useful way to show the user where they are in the application. This example shows a breadcrumb with a dot separator.

Show code
vue

Separator:slash

Breadcrumbs are a useful way to show the user where they are in the application. This example shows a breadcrumb with a slash separator.

Show code
vue

Separator:chevron

Breadcrumbs are a useful way to show the user where they are in the application. This example shows a breadcrumb with a chevron separator.

Show code
vue

Separator:arrow

Breadcrumbs are a useful way to show the user where they are in the application. This example shows a breadcrumb with a arrow separator.

Show code
vue
classes
Optional CSS classes to apply to the component inner elements.
Show example
vue
items
The items to display in the breadcrumb. If not provided, the breadcrumb will be generated from the current route using page meta under `breadcrumb` key.
Show example
vue
color
Defines the hover color of the breadcrumb links

@since

3.0.0

Show example
vue
#link
Show example
vue
#icon
Show example
vue
#label
Show example
vue
#default
This slot has no inherted props
Show example
vue
color
Defines the hover color of the breadcrumb links
Show example
vue