Progress Bar
Represents a Material UI styled progress indicator for showing ongoing processes or loading states.
Last updated
Represents a Material UI styled progress indicator for showing ongoing processes or loading states.
Last updated
The ProgressBar
represents a Material UI-styled progress indicator, designed to provide a visual cue of ongoing activity. It features a rotating arc that animates to indicate progress or loading states.
To use the ProgressBar
, initialize it with optional parameters for line width. By default, the progress bar uses a standard line width of 2 points. You can customize the line width by providing a specific value.
Creates a progress view with the default line width (of 2 points).
Creates a progress view with a custom line width.
lineWidth
Sets the stroke width of the progress view.
Displays a ProgressBar with the default line width of 2 points.
Displays a ProgressBar with a custom line width.