ProgressIndicator

Progress indicators show the status of a process in real time.

Props

React props
NameTypeRequiredDefaultDescription
classNamestring | Partial<Record<"stop" | "progressIndicator" | "activeIndicator" | "lastTrack" | "firstTrack", string>> | ClassNameComponent<ProgressIndicatorInterface>NoRoot classes (string), static element classes (object), or state-aware element classes (function).
valuenumberNo0The percentage of the progress completed.
transitionDurationnumberNo1000The duration of the transition animation in milliseconds.
variantProgressIndicatorVariantNo'linear-determinate'The variant of the ProgressIndicator.
minHeightnumberNoThe minimum height of the line used to draw the linear indicator.