Prop | Type | Default |
---|---|---|
afterIndicator | string | |
color | 'primary' | 'green' | 'yellow' | 'red' | 'purple' | 'orange' | 'pink' | 'blue' | 'secondary' | null | 'primary' |
description | string | |
disableAnimation | boolean | false |
disabled | boolean | false |
getValueLabel | ((value: number, max: number) => string) | |
helperText | string | |
id | string | |
indicator | string | |
label | string | |
max | number | 100 |
tooltip | string | |
value | number | null | |
variant | 'default' | 'inline' | null | 'default' |