| ariaLabel | string | Specifies a string to be used as the name for the progress bar element when no label is provided. | 'Progress bar' |
| helperText | string | Helper text to be placed under the progress bar. | - |
| label | string | Text to be placed above the progress bar. | - |
| margin | 'xxsmall' | 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge' | 'xxlarge' | Margin | Size of the margin to be applied to the component. You can pass an object with 'top', 'bottom', 'left' and 'right' properties in order to specify different margin sizes. | - |
| overlay | boolean | If true, the progress bar will be displayed as a modal. | false |
| showValue | boolean | If true, the determined value is displayed above the progress bar. | false |
| value | number | The value of the progress indicator. If it's received the component is determinate otherwise is indeterminate. | - |