React
Usage
Examples
Sizes
Use the size prop to change the size of the progress bar.
React
Variants
Use the variant prop to change the visual style of the progress bar.
React
Colors
Use the colorPalette prop to change the color of the progress bar.
React
Inline Label
Compose the Progress.Label and Progress.ValueText components to create an inline label for the progress bar.
42%
React
Indeterminate
Set the value to null to show an indeterminate progress bar.
React
Stripes
Set the striped prop to true to add stripes to the progress bar.
React
Animated Stripes
Set the animated prop to true to animate the stripes.
React
Closed Component
Here's how to setup the progress for a closed component composition.