Skip to main content
Version: 7.0.0

Stepper

A stepper component
(code example)

Usage

Live Editor
<Stepper/>
Result
Loading...

API

accessibilityLabel

Component accessibility label string

disabled

Disables interaction with the stepper boolean

maxValue

Maximum value number

minValue

Minimum value number

onValueChange

Value change callback function (value: number, testID?: string) => void

small

Renders a small sized Stepper boolean

step

The step to increase and decrease by (default is 1) number

testID

Test id for component string

type

Stepper style type StepperType

value

Stepper value number