Two-thumb range slider with a filled band between, a mono low-high readout, and min/max caps.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Input24 } from "@/components/beste/piece/input24";
<Input24
label="Price range"
min={0}
max={500}
low={120}
high={320}
unit="€"
/>Label and readout above a filled track with a circular handle positioned by the current value.
Slider with a primary-tinted track, current value badge on the right, and min/max labels on the rail.
Compact number control with minus and plus buttons flanking a centered mono value.
Joined from-arrow-to range input with a muted duration chip capping the right side of the control.
Multi-line input with a shift-enter hint row and a visible corner grip for resize.
Row with a bold label, secondary description, and a switch that slides on or off.