Crestron Components Lib - Showcase App

ch5-slider: min | max

ch5-slider min | max

All values on the slider are part of a range. The range has a minimum and maximum value. The minimum value cannot be equal to the maximum value.

<ch5-slider 
    value="500"  
    min="0"
    max="1000">
</ch5-slider>