### Default
Without a specified `value` prop, the progress bar is indeterminate.
### Small size
Specify `size="sm"` to use the small variant.
### Percentage
Specify a `value` for the progress bar to be determinate.
### Custom max value
The default `max` value is `100`.
### Hidden label
It's recommended that you provide a `labelText` for accessibility.
Use `hideLabel` to visually hide the label text.
### Inline variant
The inline variant visually hides the `helperText`.
### Indented variant
### UX example
This example shows how to animate the progress bar from 0 to 100% with start and end states.