Skip to main content

ProgressCircle

The ProgressCircle component is used to indicate the progress or completion status of a task or process.

ProgressCircleProps

extends, , , , ,
NameTypeDefaultDescription
value?
|
'indeterminate'The current value.
min?
0The smallest allowed value.
max?
100The maximum allowed value.
size?
|
'large'Controls the size of the rendered progress.
variant?
'primary'Controls the appearance of the progress.
'aria-valuetext'?
the value of the progress as percentage.The aria-valuetext attribute defines the human-readable text alternative of aria-valuenow for a range widget. Default the value as percentage will be provided. If the value is not a percentage please provide the aria-valuetext. https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-valuetext
Still have questions?
Find answers in the Dynatrace Community