NudgerForm
Nudger stepper with a label and helper text.

Parameters
Value of the quantity picker, or null for an empty state
The callback to be called when value has been incremented or decremented
the label to be displayed
The optional helper text to be displayed at the bottom outside the text input container
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
text shown in the empty state when value is null
the quantity to be increased/decreased on each increment/decrement
True controls the enabled state of the stepper
add an asterisk to the label to indicate that this field is required
indicates the validation state of the stepper
the optional state text to be displayed at the helper position
if true, component will fill max width, otherwise get default width
A test tag to find the internal stepper in a test
Nudger stepper with a label and helper text, driven by a StepperState holder.

Parameters
The StepperState that holds the current value, range, and step
the label to be displayed
The optional helper text to be displayed at the bottom outside the text input container
The Modifier to be applied to the component
optional string displayed after the value
text shown in the empty state
True controls the enabled state of the stepper
add an asterisk to the label to indicate that this field is required
indicates the validation state of the stepper
the optional state text to be displayed at the helper position
if true, component will fill max width, otherwise get default width
A test tag to find the internal stepper in a test