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