Progress
Circular With Path
This component extends the original component provided by MUI: https://mui.com/material-ui/react-progress/
The extended properties are:
Property | Type | Props Value |
---|---|---|
showLabel | boolean | false (default), true |
pathColor | string | grey.200 |
Circular With Icon
This component extends the original component provided by MUI: https://mui.com/material-ui/react-progress/
The extended properties are:
Property | Type | Props Value |
---|---|---|
icon* | ReactNode |
Live Preview: https://mantisdashboard.io/components-overview/progress
Asterisk (*) indicates required props.
Last updated