Stepper

Stepper component with increase and decrease buttons

PROPS

namedescriptiontypedefault
labelText to show next to the current numberstring
minMinimum valuenumber
maxMaximum valuenumber
containerStyleAdditional styles for the top containerobject
onValueChangeHandler function to receive updates when the value changesfunc
initialValuethe initial valuenumber

LIVE EXAMPLE

CODE SAMPLE

See example here.