Slider
Slider control allows users to select a specific value or a range of values from a set. Usually, slider presents a relatively large dataset and the way that the user interacts with it is helpful to explore the multiple options swiftly.
- Visualize the output of the slider as feedback to the user of the current state.
- As more information can give it to the user, the easier the selection will be.
- If the value has to be specific, give some resource to the user to fill a precise input, i.e. an input next to the slider.
The slider component has two variants that can be used depending on the requirements of the application.
Variant | Description |
---|---|
Discrete | Slider can only get the value marked alongside the total line. |
Continuos | Slider can take every value mapped. |