Line-item card with a label-price stack and a pill stepper that enforces min zero and a max cap.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Input23 } from "@/components/beste/piece/input23";
<Input23
label="Cabin upgrade"
quantity={2}
max={4}
price="$38 each"
/>