Module: slider
Adds support for mouse interaction with the Slider rail triggering thumb
movement.
This module contains the following classes:
Submodules:
-
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 to Y.SliderBase
.