steps through numerical or array values one by one
summary (oneliner)
exposes a "plus" and "minus" button to the sidebar and given max/min/stepsize increments or decrements the current value by the stepsize.
if given an array min/max/stepsize are being ignored and the buttons cycle through the array elements one by one.
doc
issues
youtube id
caniuse query
collections
Inputs
link (Object)
link to sidebar
Label (String)
the label on the sidebar
min (Number)
minimum value while decrementing
max (Number)
maximum value while incrementing
stepsize (Number)
size of each "step" (increment and decrement)
Default (Number)
Values (Array)
optional array for stepping through it's items
Set Default (Trigger)
Outputs
childs (Object)
link to sidebar
value (Number)
the current value
Changelog
react properly to disconnecting parent
2022-02-03 - stephan
2022-02-03 - stephan