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
capIsRound
boolean
getValueText
getValueText
A function that returns the desired valueText to use in place of the value
((value: number, percent: number) => string)
isIndeterminate
isIndeterminate
If true
, the progress will be indeterminate and the value
prop will be ignored
boolean
max
max
Maximum value defining 100% progress made (must be higher than 'min')
number
100
min
min
Minimum value defining 'no progress' (must be lower than 'max')
number
0
size
size
Sizes for CircularProgress
are not implemented in the default theme. You can extend the theme to implement them.
string
thickness
thickness
This defines the stroke width of the svg circle.
string | number
"10px"
trackColor
trackColor
The color name of the progress track. Use a color key in the theme object
string
value
value
Current progress (must be between min/max)
number
valueText
valueText
The desired valueText to use in place of the value
string
Props#
capIsRound
capIsRound
If true
, the cap of the progress indicator will be rounded.
boolean
getValueText
getValueText
A function that returns the desired valueText to use in place of the value
((value: number, percent: number) => string)
isIndeterminate
isIndeterminate
If true
, the progress will be indeterminate and the value
prop will be ignored
boolean
max
max
Maximum value defining 100% progress made (must be higher than 'min')
number
100
min
min
Minimum value defining 'no progress' (must be lower than 'max')
number
0
size
size
Sizes for CircularProgress
are not implemented in the default theme. You can extend the theme to implement them.
string
thickness
thickness
This defines the stroke width of the svg circle.
string | number
"10px"
trackColor
trackColor
The color name of the progress track. Use a color key in the theme object
string
value
value
Current progress (must be between min/max)
number
valueText
valueText
The desired valueText to use in place of the value
string