GitHub

Stepper

PreviousNext

Quantity input with +/- buttons. Raw Arco passthrough.

Stepper is the kit's re-export of @arco-design/mobile-react's Stepper. Used in booking flows (passenger count, guest count, room nights, etc.) where a free-form number input would be too loose.

The kit re-exports it as a passthrough so consumers can keep imports inside @appboxo/ui-kit. A designed wrapper with kit-native +/- icons and consistent sizing is on the roadmap once we ship the kit's icon set.

API

The component accepts every Arco StepperProps prop verbatim. See the Arco Mobile React Stepper docs for the full API.

import { Stepper } from "@appboxo/ui-kit"

Common props: defaultValue, value, onChange, min, max, step, disabled, theme="round", minusButton / addButton (custom slot overrides).

Installation

pnpm add @appboxo/ui-kit