The Bulma progress bar is a simple CSS class that styles the native <progress>
HTML element.
Progress Bar
Native HTML progress bars
Colors #
The progress bar element is available in all the different colors defined by the $colors
Sass map.
Sizes #
Indeterminate #
If you don't set the HTML value
attribute, you can display an indeterminate progress bar. It's used to show that some progress is going on, but the actual duration is not yet determined.
Variables #
You can use these variables to customize this element. Simply set one or multiple of these variables before importing Bulma. Learn how.
Name | Type | Default value | Computed value |
---|---|---|---|
Name | Type | Default value | Computed value |
$progress-bar-background-color
|
color |
$border-light
|
hsl(0, 0%, 93%)
|
$progress-value-background-color
|
color |
$text
|
hsl(0, 0%, 29%)
|
$progress-border-radius
|
size |
$radius-rounded
|
290486px
|
$progress-indeterminate-duration
|
string |
1.5s
|
This page is open source.
Noticed a typo? Or something unclear?
Improve this page on GitHub