className | string | Partial<Record<"stop" | "progressIndicator" | "activeIndicator" | "lastTrack" | "firstTrack", string>> | ClassNameComponent<ProgressIndicatorInterface> | No | — | Root classes (string), static element classes (object), or state-aware element classes (function). |
value | number | No | 0 | The percentage of the progress completed. |
transitionDuration | number | No | 1000 | The duration of the transition animation in milliseconds. |
variant | ProgressIndicatorVariant | No | 'linear-determinate' | The variant of the ProgressIndicator. |
minHeight | number | No | — | The minimum height of the line used to draw the linear indicator. |