SliderInput
A slider component that supports multiple values. This is a proxy for the rc-slider component with some default styles applied.
Props
as
'single' │ 'range'
'single'
className
String
name
String
required
onChange
Func
required
value
undefined │ number
Examples
Single Slider
Range Slider
Range slider support is similar to the above, but takes an array as the value prop instead of a number. The number of items in the array corresponds to the number of slides available