ProgressPropsinterface
{
value?: Nullish<number>;
min?: number;
max?: number;
}| Property | Type | |
|---|---|---|
.value | Nullish<number> | Position within the min–max range, or null/undefined/omitted for an indeterminate bar. |
.min | number | |
.max | number |
Props for Progress, a continuous horizontal progress bar.