Basic Progress Bars

To create a default progress bar, add a .progress class to a <div> element:

Progress Bars with Labels

Add text inside the progress bar to show a visible percentage:

25%
50%
75%
90%
Striped Progress Bars

Add .progress-bar-striped to add stripes to the progress bars:

25%
Animated Progress Bars

Add .progress-bar-animated to animate the stripes:

Animated Progress Bars with Labels

Combine animations with visible labels:

25%
50%
75%
90%
Progress Bar Heights

Set different heights using inline styles:

75%
100%
Multiple Progress Bars

Include multiple progress bars in a single progress component:

15%
30%
20%