Progress
Documentation and examples for using Bootstrap custom progress bars featuring support for stacked bars, animated backgrounds, and text labels.
How it works
Default progress bar.
Labels
Add a label
prop to show a visible percentage. For low percentages, consider adding a min-width to ensure the label's text is fully visible.
Height
We only set a height
value on the <ProgressBar>
, so if you change that value the inner progress-bar
will automatically resize accordingly.
Backgrounds
Progress bars use some of the same button and alert classes like variant
for consistent styles.
Multiple bars
Nest <ProgressBar>
s to stack them.
Striped
Uses a gradient to create a striped effect. Not available in IE8. You can apply using striped
prop.
Animated stripes
Add animated
prop to animate the stripes right to left. Not available in IE9 and below.