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. The .progress-bar
requires an inline style, utility class, or custom CSS to set their width.
Add .progress-bar-striped
class to set the striped progress-bar
To set the animated progress-bar use .progress-bar-animated
class.
To set the multiple progress-bar with the help of progress
class.
To set the number steps progress bar use .position-wrapper
class.
Set the animated striped progress-bar with help of .progress-bar-animated
& .progress-bar-striped
class.
Use .sm-progress-bar
class to set the small size of progress bar.
Set the large progress bar with the help of .lg-progress-bar
class.
customize the progress bar height with the help of giving height to bar.