If true, the cap of the progress indicator will be rounded.
Circular Progress
Circular Progress is used to indicates the progress for determinate and indeterminate processes.
Props#
capIsRound
capIsRoundbooleangetValueText
getValueTextA function that returns the desired valueText to use in place of the value
((value: number, percent: number) => string)isIndeterminate
isIndeterminateIf true, the progress will be indeterminate and the value
prop will be ignored
booleanmax
maxMaximum value defining 100% progress made (must be higher than 'min')
number100min
minMinimum value defining 'no progress' (must be lower than 'max')
number0size
sizeSizes for CircularProgress are not implemented in the default theme. You can extend the theme to implement them.
stringthickness
thicknessThis defines the stroke width of the svg circle.
string | number"10px"trackColor
trackColorThe color name of the progress track. Use a color key in the theme object
stringvalue
valueCurrent progress (must be between min/max)
numbervalueText
valueTextThe desired valueText to use in place of the value
stringProps#
capIsRound
capIsRoundIf true, the cap of the progress indicator will be rounded.
booleangetValueText
getValueTextA function that returns the desired valueText to use in place of the value
((value: number, percent: number) => string)isIndeterminate
isIndeterminateIf true, the progress will be indeterminate and the value
prop will be ignored
booleanmax
maxMaximum value defining 100% progress made (must be higher than 'min')
number100min
minMinimum value defining 'no progress' (must be lower than 'max')
number0size
sizeSizes for CircularProgress are not implemented in the default theme. You can extend the theme to implement them.
stringthickness
thicknessThis defines the stroke width of the svg circle.
string | number"10px"trackColor
trackColorThe color name of the progress track. Use a color key in the theme object
stringvalue
valueCurrent progress (must be between min/max)
numbervalueText
valueTextThe desired valueText to use in place of the value
string