Progress bar
Stylize the HTML5 progress element with a few extra classes and some crafty browser-specific CSS.
Basic example
Following examples teaches you how to get start and set the progress size.
Labels
Add labels to your progress bars by placing text within the .progress-bar
.
Height
We only set a height value on the .progress
, so if you change that value the inner .progress-bar
will automatically resize accordingly.
Colors
Use background utility classes to change the appearance of individual progress bars.
Multiple bars
Include multiple progress bars in a progress component if you need.