Prop | Description | Type | Default |
---|---|---|---|
progress | Sets the completion percentage of the progress bar. | number | 0 |
color | Specifies the color of the progress bar. | 'primary' | 'secondary' | 'error' | 'success' | 'nfo' | 'Default' |
size | Determines the height of the progress bar. | 'sm' | 'md' | 'lg' | 'xl' | 'md' |
textLabel | Sets the label text displayed outside the progress bar. | string | - |
labelText | Sets the label text displayed inside the progress bar. | string | - |
labelProgress | If true, displays the progress percentage inside the bar. | boolean | false |
textLabelPosition | Positions the textLabel relative to the progress bar. | 'inside' | 'outside' | 'outside' |
progressLabelPosition | Positions the labelProgress relative to the progress bar. | 'inside' | 'outside' | 'inside' |