Quantity Stepper

Line-item card with a label-price stack and a pill stepper that enforces min zero and a max cap.

Cabin upgrade$38 each
2

Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.

Import & use
import { Input23 } from "@/components/beste/piece/input23";

<Input23
  label="Cabin upgrade"
  quantity={2}
  max={4}
  price="$38 each"
/>