Crestron Components Lib - Showcase App

ch5-spinner: endless attribute

endless attribute allows the user to continuously drag the spinner.
Drag the spinner bellow in one direction, you'll see that you can go through all items again and again.
<ch5-spinner
    label="item {{idx}}"
    indexId="idx"
    size="30"
    itemHeight="40"
    endless="true">
</ch5-spinner>