Progress

Also see the official documentation

Documentation and examples for using Bootstrap custom progress bars featuring support for stacked bars, animated backgrounds, and text labels.

Common progress

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.

Sizing

Except of standart progress-bar, there is a small version of it. If it is necessary to use one, just use the .progress-sm class.

Captions

Text captions on edges and current progress position.

Sales Kit Progress:
10 30 days

Backgrounds

Use background utility classes to change the appearance of individual progress bars.

Reverse

Use .progress-reverse class for moving the progress to the reverse direction.