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:
Striped Progress Bars
Add .progress-bar-striped to add stripes to the progress bars:
Animated Progress Bars
Add .progress-bar-animated to animate the stripes:
Animated Progress Bars with Labels
Combine animations with visible labels:
Progress Bar Heights
Set different heights using inline styles:
Multiple Progress Bars
Include multiple progress bars in a single progress component: