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?
    0

    The smallest allowed value.

    max?
    100

    The maximum allowed value.

    size?
    |
    'large'

    Controls the size of the rendered progress.

    color?
    | | | |
    'primary' or a container's color.

    Controls the color 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