Function LinearProgressWithLabel
- LinearProgressWithLabel(props): null | ReactElement<any, string | JSXElementConstructor<any>>
-
Parameters
-
props: LinearProgressProps & {
text: string;
textposition: {
lg: string;
md: string;
sm: string;
xl: string;
xs: string;
xxl: string;
xxxl: string;
};
value: number;
}
Returns null | ReactElement<any, string | JSXElementConstructor<any>>
NOTE: Exotic components are not callable.