Basic input:

    <Stepper />

Range 1 - 4 input:

    <Stepper
      initValue={2}
      minValue={1}
      maxValue={4}
    />