value | number | | Current value of the slider. |
label | string | | Description label of the slider. |
min | number | | The min value of the slider. |
max | number | | The max value of the slider. |
step | number | | The difference between the two adjacent values of the slider. |
showValue | bool | false | Whether to show the value on the right of the slider. |
valueFormat | string | {value} | Optional format string for the slider value, for example {value}% . |
vertical | bool | false | Optional flag to render the slider vertically. Defaults to rendering horizontal. |
data | string | | Additional data attached to the control. The value is passed in change event data along with a slider value. |