| asChild | boolean | When set to true, renders the component as its child element, inheriting the child's styles and behavior. |
| value | number | Represents the current value or state of the component, which can be used to bind or track its data over time. |
| max | number | Defines the maximum allowed value or limit for the component, ensuring that it does not exceed a specified threshold. |
| getValueLabel | function | A function to get the accessible label text representing the current value in a human-readable format. If not provided, the value label will be read as the numeric value as a percentage of the max value. |