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-bar
requires an inline style, utility class, or custom CSS to set their width.
Progress bars striped
Add.progress-bar-striped , progress-bar
to 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-bar
to 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-absolute
to set progress numbers steps.
Custom progress bars
Use the.progress-bar-animated , .progress-bar-striped
to animate the stripes right to left.
0% Getting Started
30% Getting Uploading...
60% Getting Pause...
70% Getting Uploading...
100% Completed
Small progress bars
Use.sm-progress-bar
class to change progress size to small.
Large progress bars
Use.lg-progress-bar
class to change progress size to large.
Custom height progress bars
Set a height value on the.progress
for custom-height.