A circular progress indicator that visually represents the completion of a task or process.
The component can be imported via:
The maximum value of the progress circle can be set using the max prop. By default, the maximum value is 100.
To screen readers, the progress circle will announce the percentage of completion. The ariaLabel prop can be used to provide a more descriptive label.
If it has a label, you can also use the ariaLabelledBy prop to reference the label element.
PlumaProgressCircle extends BoxARIA label for the progress bar
ARIA labelled by for the progress bar
Default:100
The maximum value of the progress bar
Default:0
The value of the progress bar