Progress

Props
| Prop | Type | Description | Required |
|---|---|---|---|
progress | number | The progress value to display (percentage). | Yes |
withMarker | boolean | If true, displays a marker showing the progress percentage. | No |
withLabel | boolean | If true, displays a label inside the progress bar showing the percentage. | No |
className | { wrapper?: string; progress?: string; marker?: string; markerIndicator?: string; } | An object to customize CSS class names for the wrapper, progress bar, marker, and marker indicator. | No |