The Progress component visually represents the completion status of a task or process, such as uploading a file, loading content, or completing form steps.
A component that displays the completion status of a task or process, such as uploading a file, loading content, or completing form steps.
Prop | Type | Default |
---|---|---|
value | number | 0 |
minValue | number | 0 |
maxValue | number | 100 |
color | string | '' |
customRootClass | string | '' |
renderLabel | function | -- |