Skip to main content

Linear Progress

Example


import LinearProgress from '@mavvy/m3-ui/LinearProgress';

...

<LinearProgress color="error" indeterminate />
<LinearProgress color="secondary" value={50} />
<LinearProgress value={25} />

Props

proptypedescription
valuenumbervalue of the current progress
colorColorcomponent color
indeterminatebooleanif true, shows an indeterminate state