Skip to Content
DocumentationProgressCircle

ProgressCircle

Display progress with a circular indicator.

Examples

Basic

25%
65%

With label

40%
Progresso na trilha
82%
Progresso na trilha

Sizes and stroke width

55%
70%
90%

Custom colors

60%
90%
100%

API

PropTypeDefaultDescription
valuenumber0Progress percentage from 0 to 100.
sizenumber96Size of the circle in pixels (width and height).
strokeWidthnumber2Stroke width for both track and indicator.
indicatorClassNamestringExtra classes for the progress stroke.
trackClassNamestringExtra classes for the track stroke.
valueClassNamestringExtra classes for the value text.
labelstringOptional label shown under the value.
labelClassNamestringExtra classes for the label text.
classNamestringWrapper className for the root element.
...propsdiv propsAdditional div props passed to the root element.
Last updated on