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