BaseProgress

Progress bar

Use the progress prop to set the progress of the progress bar. Use the size prop to change the size of the progress bar.

Show code

Progress circle

Use the progress prop to set the progress of the progress circle. Use the size prop to change the size of the component.

Show code

Bar sizes

Progress bars can have different sizes. Use the size prop to change the size of the progress bar.

Show code

Colors

Progress bars can have different colors. Use the color prop to change the size of the progress bar.

Show code

Indeterminate

Progress bars can be shown in an indeterminate state. Omit the value prop to change the progress bar to an indeterminate state.

Show code
value
The current value of the progress bar. If `value` is not provided, the progress bar will be in an indeterminate state.
Show example
size
The size of the progress bar.
Show example
color
The color of the progress bar.
Show example
shape
The shape of the progress bar.
Show example
contrast
The contrast ot the progress bar.
Show example
max
The maximum value of the progress bar.
Show example
value
The current value of the progress circle.
Show example
size
The size of the progress circle.
Show example
max
The maximum value of the progress circle.
Show example
thickness
The thickness of the progress circle.
Show example