ZimJS Version: 17.3.0
Stepper missing 'continuous' as object property in 'typings'
continuous - (default false) set to true to loop around or go back past 0 index
Example Code:
const playerStepper = new Stepper({
backgroundColor: white,
min: 3,
max: 5,
continuous: true,
})