Slider
A component that displays a slider
Preview
Attributes
Property | Description | Attribute | Type | Default |
---|---|---|---|---|
value | The value of the slider The value is a number between 0 and 100 | value | number | 0 |
disabled | Disables the slider | disabled | boolean | false |
step | The step of the slider | step | number | 1 |
min | The minimum value of the slider | min | number | 0 |
max | The maximum value of the slider | max | number | 100 |