The Bulma progress bar is a simple CSS class that styles the native <progress>
HTML element.
--- title: Progress Bar layout: documentation doc-tab: elements doc-subtab: progress breadcrumb: - home - documentation - elements - elements-progress meta: colors: true sizes: true variables: true --- {% capture progress %} {% endcapture %} {% capture progress_colors %} {% endcapture %} {% capture progress_sizes %} {% 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 actual duration is not yet determined.