Progress components are built with two HTML elements, some CSS to set the width, and a few attributes.
Progress use background utility classes to change the appearance of individual progress bars.
Add .progress-bar-striped to any .progress-barto apply a stripe via CSS gradient over the progress bar’s background color.
Add labels to your progress bars by placing text within the .progress-bar.
We only set a heightvalue on the .progress-bar, so if you change that value the outer .progress will automatically resize accordingly.
Add .progress-vertical to any .progress-bar-animatedto apply a stripe via CSS gradient over the progress bar’s background color.