Examples of Progress Bars
Progress
Use our custom progress component for displaying simple or complex progress bars. Progress components are built with two HTML elements, some CSS to set the width, and a few attributes.
- We use the .progress as a wrapper to indicate the max value of the progress bar.
- We use the inner .progress-bar to indicate the progress so far.
- The .progress-bar requires an inline style, utility class, or custom CSS to set their width
- The .progress-bar also requires some role and aria attributes to make it accessible.
Learn more about Bootstrap progress bars by Clicking here. Put that all together, and you have the following examples.
Labels
Add labels to your progress bars by placing text within the .progress-bar
Backgrounds
Use background utility classes to change the appearance of individual progress bars.