Crestron Components Lib - Showcase App

ch5-slider: ticks

ch5-slider showTickValues

Default false. Option to display value labels next to tick marks at each tick increment.

<ch5-slider
    value="-40"
    ticks='{"0":"-60", "25":"-40", "50":"-20", "75":"-10", "100": "0" }'
    showTickValues="true"
    customStyle="margin-bottom:40px">
</ch5-slider>