Progress Bar is determinate indicator that informs the user of the percentage of completion of a system operation.
Usage
Convenience Component
ProgressBar
ProgressBar
has no props of its own
All props are forwarded to the element specified in the as
prop (default: <progress/>
)
The React ProgressBar
is a convenience component made of these sub-components:
Note that if you use this API, ProgressBarContainer
uses the className
prop instead of Progress
.