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="€"
/>