Progress bars

Provide up-to-datefeedback on the progress of a
workflow or action with simple yet flexible progress bars.

Default Progress Bars

Progress components are built with two HTML elements, some CSS to set the width, and a few attributes.

With labels

Add labels to your progress bars by placing text within the .progress-bar.

0%
75%
99%
Backgrounds

Use background utility classes to change the appearance of individual progress bars.

Multiple bars

Include multiple progress bars in a progress component if you need.

65%
25%
10%
50%
30%
20%
Sizing

Use .progress-smclass to change progress size to small. And use .progress-lgclass to change progress size to large.

Striped

Add .progress-bar-stripedto any .progress-barto apply a stripe via CSS gradient over the progress bar’s background color.

Animated stripes

The striped gradient can also be animated. Add .progress-bar-animatedto .progress-barto animate the stripes right to left via CSS3 animations.