Line-item card with a label-price stack and a pill stepper that enforces min zero and a max cap.
New here? Read the installation guide.
import { Input23 } from "@/components/beste/piece/input23";
<Input23
label="Cabin upgrade"
quantity={2}
max={4}
price="$38 each"
/>Slider with a primary-tinted track, current value badge on the right, and min/max labels on the rail.
Label and readout above a filled track with a circular handle positioned by the current value.
Two-thumb range slider with a filled band between, a mono low-high readout, and min/max caps.