Progress indicator with a label
({ max, value, color,}) => { return ( <div style={{ width: '100%' }}> <ProgressIndicator max={max} value={value} color={color} /> </div> );}
number
-
string