Bootstrap 5 UI Tutorial

Build fast, responsive sites with Bootstrap 5

BS5 Progress Bars

Bootstrap 5 Progress Bars

A progress bar can be used to show a user how far along he/se is in a process.

How To Create a Basic Progress Bar

  • Add a <div> with a .progress class.
  • Inside, add an empty <div> with a .progress-bar class.
  • Add a style attribute with the width expressed as a percentage.

Try It Yourself

Edit the code below and click Run to see the result live.

Source Code
Result
Topics