ProgressBar
Progress Bar provides feedback about a process that is taking place in the application.
50%
Controlled
You can control the progress bar using the value
and status
props. The value
prop should be a number between 0 and 100,
while the status
prop determines the current state of the progress bar (inProgress
, completed
, or error
).
0%