Progress Bars
Provide up-to-date feedback on the progress of a workflow or action with simple yet flexible progress bars.Basic example
Default progress bar.
Striped example
Uses a gradient to create a striped effect.Use class .progress-bar-striped
.
Sizes example
Use class .progress-sm
,.progress-md
and .progress-lg
.
Animated example
Add .active
to .progress-bar-striped
to animate the stripes right to left.
Completed example
Remove the <span>
with .sr-only
class from within the progress bar to show a visible percentage.
Stacked example
Place multiple bars into the same .progress
to stack them.