Progress
Use to visually represent the completion of a task or process.
Anchor to progresspropsProgressProps
A label to use for the Progress that will be used for buyers using assistive technologies like screen readers. It will also be used to replace the animated loading indicator when buyers prefer reduced motion.
A unique identifier for the component.
Define the maximum limit of the progress element. It must have a value greater than 0 and be a valid floating point number.
Set the color of the progress bar.
Specify how much of the task that has been completed. It must be a valid floating point number between 0 and max, or between 0 and 1 if max is omitted. When undefined, the progress bar is indeterminate; this indicates that an activity is ongoing with no indication of how long it is expected to take.
Indeterminate state
Preview

Anchor to best-practicesBest Practices
Use components like TextBlock or Text, along with the Progress component, to display text indicating the status of the progress bar.
Loading states
For loading states, add text to reassure the user that the progress bar is not frozen.
Error states
For error states, add text or a Banner to describe the error and next steps. Use the critical
tone property to convey urgency.
Visualize a goal
Use the Progress component to visualize a goal that's valuable to the customer.
Here's an example of using a progress bar to show a customer's progress toward the next rewards tier:
Here's an example of using a progress bar to show how much more a customer needs to spend to get free shipping:
Anchor to examplesExamples
Anchor to example-determinate-stateDeterminate state
Determinate state
Preview
