Skip to content

Breadcrumb

The classic breadcrumb, in different colors, sizes, and states

Examples

Base

Separators

Icons

Sizes

Positions

Class props

Classes applied to the element:
Class propDescriptionPropsSuffixes
rootClassClass of the root element.
wrapperClassClass of the breadcrumb elements wrapper.
disabledClassClass of the breadcrumb when disabled.disabled
sizeClassClass of the breadcrumb size.sizesmall
medium
large
variantClassClass of the breadcrumb variant.variantprimary
info
warning
danger
separatorClassClass of the breadcrumb separator.separatorhas-arrow-separator
has-dot-separator
has-slash-separator
has-bullet-separator
has-succeeds-separator
has-chevron-separator
alignClassClass of the breadcrumb align.alignleft
center
right

The classic breadcrumb, in different colors, sizes, and states

html
<o-breadcrumb></o-breadcrumb>

Props

Prop nameDescriptionTypeValuesDefault
alignPosition of breadcrumbstringleft, centered, rightleft
overrideOverride existing theme classes completelyboolean
sizeSize of the breadcrumbstringsmall, medium, largemedium
tagTag of the breadcrumbstringdiv, section ...section
separatorSeparator between breadcrumb itemsstringhas-arrow-separator, has-dot-separator, has-slash-separator, has-bullet-separator, has-succeeds-separator, has-chevron-separatorhas-slash-separator

Slots

NameDescriptionBindings
default

The classic breadcrumb item, in different colors, icons and states

html
<o-breadcrumb></o-breadcrumb>

Props

Prop nameDescriptionTypeValuesDefault
activeActive breadcrumb itembooleanprimary, info, warning, dangerfalse
activeVariantVariant of active breadcrumb itemstringprimary
disabledbreadcrum item is disabledbooleanfalse
tagTag of the breadcrumb itemstringa, router-linka
iconLeftIcon name to show on the leftstring
iconRightIcon name to show on the rightstring
iconBothIcon name to show on both sidesstring
iconPackIcon pack to usestringmdi, fa, fas and any other custom icon pack

Slots

NameDescriptionBindings
default

Sass variables

Current theme ➜ Oruga

The theme does not have any custom variables for this component.

Current theme ➜ Bulma

The theme does not have any custom variables for this component.

Current theme ➜ Bootstrap

The theme does not have any custom variables for this component.

Released under the MIT License.