Linear Progress
Example
import LinearProgress from '@mavvy/m3-ui/LinearProgress';
...
<LinearProgress color="error" indeterminate />
<LinearProgress color="secondary" value={50} />
<LinearProgress value={25} />
Props
| prop | type | description |
|---|---|---|
| value | number | value of the current progress |
| color | Color | component color |
| indeterminate | boolean | if true, shows an indeterminate state |