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: