Bootstrap 5 Basic
Bootstrap 5 Flexbox
Progress bars in Bootstrap 5 provide a visual representation of progress or completion percentage. They are customizable and easy to use with different styles, animations, and stacked configurations.
Try it yourself
Use the CSS height
property to change it:
Try it yourself
Bootstrap provides contextual classes to style progress bars.
Try it yourself
Use .progress-bar-striped
to add stripes to the progress bar.
Try it yourself
Add .progress-bar-animated
to create an animated effect.
Try it yourself
You can stack multiple progress bars by placing multiple .progress-bar
elements inside a single .progress
container.
Try it yourself