Breadcrumb
The classic breadcrumb, in different colors, sizes, and states
Class props
Class prop | Description | Props | Suffixes | |
---|---|---|---|---|
rootClass | Class of the root element. | |||
wrapperClass | Class of the breadcrumb elements wrapper. | |||
disabledClass | Class of the breadcrumb when disabled. | disabled | ||
sizeClass | Class of the breadcrumb size. | size | small | |
variantClass | Class of the breadcrumb variant. | variant | primary | |
separatorClass | Class of the breadcrumb separator. | separator | has-arrow-separator | |
alignClass | Class of the breadcrumb align. | align | left |
Breadcrumb component
The classic breadcrumb, in different colors, sizes, and states
html
<o-breadcrumb></o-breadcrumb>
Props
Prop name | Description | Type | Values | Default |
---|---|---|---|---|
align | Position of breadcrumb | string | left , centered , right | left |
override | Override existing theme classes completely | boolean | ||
size | Size of the breadcrumb | string | small , medium , large | medium |
tag | Tag of the breadcrumb | string | div , section ... | section |
separator | Separator between breadcrumb items | string | has-arrow-separator , has-dot-separator , has-slash-separator , has-bullet-separator , has-succeeds-separator , has-chevron-separator | has-slash-separator |
Slots
Name | Description | Bindings |
---|---|---|
default |
Breadcrumb item component
The classic breadcrumb item, in different colors, icons and states
html
<o-breadcrumb></o-breadcrumb>
Props
Prop name | Description | Type | Values | Default |
---|---|---|---|---|
active | Active breadcrumb item | boolean | primary , info , warning , danger | false |
activeVariant | Variant of active breadcrumb item | string | primary | |
disabled | breadcrum item is disabled | boolean | false | |
tag | Tag of the breadcrumb item | string | a , router-link | a |
iconLeft | Icon name to show on the left | string | ||
iconRight | Icon name to show on the right | string | ||
iconBoth | Icon name to show on both sides | string | ||
iconPack | Icon pack to use | string | mdi , fa , fas and any other custom icon pack |
Slots
Name | Description | Bindings |
---|---|---|
default |