Stepper
Stepper come with decrease and increase buttons on either side of the selected value. A minimum and maximum value need to be provided
Parameters
Value of the quantity picker
The callback to be called when value has been incremented or decremented
The Modifier to be applied to the component
The min/max accepted value by the Stepper until it blocks increments and decrements
optional string displayed after value
the quantity to be increased/decreased on each increment/decrement
True controls the enabled state of the Stepper. When false
, the stepper will be neither editable nor focusable, visually stepper will appear in the disabled UI state
indicates the validation state of the stepper. The outline is tinted by the state color
if true, component will fill max width, otherwise get default width
A test tag to find the internal Stepper inside the StepperForm in a test
dictate if the specific stepper semantics should be applied or not