slider Module
Create a sliding value range input visualized as a draggable thumb on a background rail element.
This module provides the following classes:
This module is a rollup of the following modules:
-
clickable-rail
Adds support for mouse interaction with the Slider rail triggering thumb movement.
-
range-slider
Create a sliding value range input visualized as a draggable thumb on a background rail element.
-
slider-base
Create a sliding value range input visualized as a draggable thumb on a background element.
-
slider-value-range
Adds value support for Slider as a range of integers between a configured minimum and maximum value. For use with
Y.Base.build(..)
to add the plumbing toY.SliderBase
.