The Slider component is an interactive UI element that allows users to select a value from a continuous range. It typically consists of a track, thumb (or handle), and optional labels for indicating minimum and maximum values. Sliders are used for settings, adjustments, and filtering where users need to choose from a range of values. They enhance user experience by providing a visual and intuitive way to adjust parameters or make selections.
Add w and h to set size of shape.
label and hint props to add some information to your slider.
step prop allow you to snap to predefined sets of values.
tooltip prop to indicate the value being selected when dragging.
disabled prop to indicate the value being selected when dragging.
Slider
There is 3 differents types for slider: inline, left-field and right-field.
Range Slider
There is only 2 differents types for range slider: inline and fields.
You can specify a range of values that will add a mark for each of them.
To match your background color, you should add a borderSelectorColor.