Breadcrumb
A simple breadcrumb component to improve your navigation experience
The breadcrumb component only requires a .breadcrumb
container and a ul
list.
The dividers are automatically created in the content of the ::before
pseudo-element of li
tags.
You can inform the current page using the is-active
modifier in a li
tag. It will disable the navigation of inner links.
Alignment
#
For alternative alignments, use the is-centered
and is-right
modifiers on the .breadcrumb
container.
Icons
#
You can use any of the Font Awesome icons.
Alternative separators
#
You can choose between 4 additional separators: has-arrow-separator
has-bullet-separator
has-dot-separator
and has-succeeds-separator
.
Sizes
#
You can choose between 3 additional sizes: is-small
is-medium
and is-large
.
Variables
#
You can use these variables to customize this component. Simply set one or multiple of these variables before importing Bulma. Learn how.
Name |
Default value |
Name |
Default value |
$breadcrumb-item-color
|
$text-light
|
$breadcrumb-item-hover-color
|
$link-hover
|
$breadcrumb-item-active-color
|
$text-strong
|
$breadcrumb-item-separator-color
|
$text
|