Skip to content

Progress

A progress bar, used to show the progress of a task.

Similar to the native HTML <progress> element, the Progress component takes two props: value and max. The value prop represents the current progress, while the max prop represents the maximum value of the progress bar.

The value and max can be adjusted after the component has been initialized by using the ProgressHelper, which takes in the ID of the progress bar as the only argument:

The progress component can be colored with all the colors available in the theme by setting the color prop to one of the following values:

  • primary
  • success
  • warning
  • danger
  • info
  • monochrome