Home > @uniformdev/design-system > ProgressBar
ProgressBar() function
Signature:
declare function ProgressBar({ current, max, theme, variant, ...props }: ProgressBarProps): _emotion_react_jsx_runtime.JSX.Element;
Parameters
Parameter | Type | Description |
---|---|---|
{ current, max, theme, variant, ...props } | ProgressBarProps |
Returns:
_emotion_react_jsx_runtime.JSX.Element