Radial progress bars are used to indicate the progress of a process, in a circular fasion.
Radial progress bars utilize a value
attribute to set the progress and
can have various colors / sizes, along with content inside.
The max is always set to 100 due to the way they are rendered, so value
should always be a percentage of the bar that is filled.
The content doesn't have to be just text!
You can also control the size, thickness, and color of the radial progress.
size
defaults to 5rem
and must include unitsthickness
defaults to calc(size / 10)
and must include units