Progress
Documentation and examples for adding popovers, like those found in iOS, to any element on your site.
Basic
Show code Show code Options
Sizing
Show code Or set a height
value on the .progress
, so if you change that value the inner .progress-bar
will automatically resize accordingly.
Show code Colors
Use background utility classes to change the appearance of individual progress bars.
Show code Multiple bars
Include multiple progress bars in a progress component if you need.
Show code Striped
Add .progress-bar-striped
to any .progress-bar
to apply a stripe via CSS gradient over the progress bar’s background color.
Show code