Example of the naming and grouping for sliders
Another example of a slider group
A slider should be a group that contains a minimum of three text sub-components:
max_value
.min_value
.cur_value
. All these values should be numbers.Apart from these, it can also contain any graphics that are part of the slider.
Slider currently has a default appearance on each OS, which can be easily tweaked by the developer.
Wrap a slider in a form or card to give it padding and container styling.
The slider component (group) should have a name with the word slider
contained within it + textual sub-components of max_value
, min_value
and cur_value
as mentioned above.