Progress Bars
Basic Example
Default progress bar.
With Label
Remove the <span>
with .sr-only
class from within the progress bar to show a visible percentage.
Animated
Add .progress-bar-animated
to .progress-bar-striped
to animate the stripes right to left.
Stacked
Place multiple bars into the same .progress
to stack them.
Rounded
You can crate rounded progress bars by adding .progress-rounded
class to .progress
Contextual Alternatives
Progress bars use some of the same button and alert classes for consistent styles.
Striped
Uses a gradient to create a striped effect. Not available in IE8.
Sizing
You can also change progress bar size easily by adding one of .progress-sm
.progress-md
.progress-lg
classes to .progress