Progress Bar

Basic Progress Bars

Progress components are built with two HTML elements, some CSS to set the width, and a few attributes. We use the.progress , progress-barrequires an inline style, utility class, or custom CSS to set their width.

25%
50%
75%
100%

Progress bars striped

Add.progress-bar-striped , progress-barto apply a stripe via CSS gradient over the progress bars background color Using CSS Effects.

Progress bars animated

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

Multiple bars

Include multiple progress bars in a progress component if you need to apply a stripe via CSS gradient overthe progress bars background color Using CSS Effects.

Progress with number steps

Use the.position-absoluteto set progress numbers steps.

Custom progress bars

Use the.progress-bar-animated , .progress-bar-stripedto animate the stripes right to left.

0% Getting Started
30% Getting Uploading...
30%
60% Getting Pause...
60%
70% Getting Uploading...
70%
100% Completed
100%

Small progress bars

Use.sm-progress-barclass to change progress size to small.

30 MB Data
50 MB Data
75 MB Data
90 MB Data

Large progress bars

Use.lg-progress-barclass to change progress size to large.

25%
50%
75%
100%

Custom height progress bars

Set a height value on the.progressfor custom-height.