<CircularProgress />
Prop | Type | Default | Description |
---|---|---|---|
classes | object | Override or extend the styles applied to the component. | |
disableShrink | bool | false | If true, the shrink animation is disabled. This only works if variant is indeterminate. |
size | number | string | The size of the circle. If using a number, the pixel unit is assumed. If using a string, you need to provide the CSS unit | |
thickness | number | 3.6 | The thickness of the circle. |
value | number | The value of the progress indicator for the determinate and static variants. Value between 0 and 100. | |
variant | 'determinate' | 'indeterminate' | 'static' | indeterminate | The variant to use. Use indeterminate when there is no progress value. |
The ref
is forwarded to the root element.
<CircularProgress />