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.
Progress Bar
Native HTML progress bars
Colors #
Sizes #
Indeterminate #
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
|
hsl(0, 0%, 86%)
|
$progress-value-background-color
|
color |
$text
|
hsl(0, 0%, 29%)
|
$progress-indeterminate-duration
|
string |
1.5s
|
This page is open source.
Noticed a typo? Or something unclear?
Improve this page on GitHub