.stepper-input
Element
Touch-friendly +/- stepper that returns a numeric value
.small
.medium
.large
Syntax
$result = .stepper-input 0 100
stepper with min/max range (defaults to min)
$result = .stepper-input $min $max
stepper with variable min/max
$result = .stepper-input 0 100 50
stepper with initial value
$result = .stepper-input $min $max $initial
stepper with variable range and initial value
$result = .stepper-input 0 100 50 5
stepper with initial value and step
$result = .stepper-input $min $max $initial $step
stepper with all variable parameters