The Bulma progress bar is a simple CSS class that styles the native
<progress>
HTML element.
--- title: Progress Bar layout: docs theme: library doc-tab: elements doc-subtab: progress breadcrumb: - home - documentation - elements - elements-progress meta: colors: true sizes: true variables: true --- {% capture progress %} {% endcapture %} {% capture progress_indeterminate %} {% endcapture %}
The Bulma progress bar is a simple CSS class that styles the native
<progress>
HTML element.
The progress bar element is available in all the
different colors defined by the
$colors
Sass map.
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 total duration is not yet determined.