Breadcrumb
Breadcrumb component for flexible navigation through the pages of your website!
# Alignments
# Separators
# Sizes
# API
Breadcrumb
Name | Description | Type | Values | Default |
---|---|---|---|---|
align | Breadcrumb alignment. | String | is-left , is-centered , is-right | is-right |
separator | Symbol that separates the breadcrumb items. | String | has-arrow-separator , has-bullet-separator , has-dot-separator , has-succeeds-separator | — |
size | The breadcrumb size | String | is-small , is-medium , is-large | is-medium |
Breadcrumb Item
Name | Description | Type | Values | Default |
---|---|---|---|---|
tag | a, router-link and it's html attributes like href, to, etc... | String | router-link , a | a |
active | is the current breadcrumb is actually the current page. | Boolean | false , true | false |
# Variables
You can use these variables to customize this component.
Name | Default |
---|---|
Bulma variables | Link |
This page is open source. Noticed a typo or something's unclear?