Slider
/Documentation
Slider
An input where the user selects a value from within a given range.
Props
| Name | Type | Default | Description |
|---|---|---|---|
| disabled | boolean | - | Disable the slider |
| step | number | - | The step amount |
| min | number | - | The minimum value |
| max | number | - | The maximum value |
Stories
Single Value
Slider with a single value
Range
Slider with a range of values
Custom Step
Slider with custom step value
Vertical
Vertical orientation sliders