Progress
A progress bar that shows how far along an operation is, either with a specific value or as indeterminate when the extent is unknown.
See the WAI ARIA guidelines for Progress Bars .
Structure
<Progress ariaLabel="Loading" value={40} /> A progress bar that shows how far along an operation is, either with a specific value or as indeterminate when the extent is unknown.
See the WAI ARIA guidelines for Progress Bars .
<Progress ariaLabel="Loading" value={40} />