Progress bar are built with two HTML elements, some CSS to set the width, and a few attributes.
as per requirement you can changes accordingly for example: value
, barsize
, height
, and color
.
Add labels to your progress bars by placing text within the [role="progressbar"]
.
We only set a height
value on the [role="progress"]
, so if you change that value the inner [role="progressbar"]
will automatically resize accordingly.
Use background utility classes to change the appearance of individual progress bars.
Use one color shades utility classes to change the appearance of individual progress bars.
Include multiple progress bars in a progress component if you need.
Add .striped
to any [role="progressbar"]
to apply a stripe via CSS gradient over the progress bar's background color.