Skip to content

CircularProgress

The CircularProgress component is used to indicate the progress for determinate and indeterminate processes.

Imports

  • CircularProgress - main progress component
  • CircularProgressBar - progress bar component
  • CircularProgressWrapper - progress track component

Usage

Min max values

Indeterminate progress

By setting the value prop to null, progress' state becomes indeterminate

CircularProgress sizes

CircularProgress comes with 3 sizes sm md & lg

Customizing CircularProgress

To customize the appearance of the CircularProgress component we can simply pass down children components (CircularProgressWrapper, CircularProgressBar) for more control.

API Reference

Prop

Type

Default

sizeunionmd
valuenumber-
minnumber-
maxnumber-

CircularProgressBar

Prop

Type

Default

trackStylestring-
innerTrackStylestring-