Dual Range Slider

Two-thumb range slider with a filled band between, a mono low-high readout, and min/max caps.

120320
0500

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

Import & use
import { Input24 } from "@/components/beste/piece/input24";

<Input24
  label="Price range"
  min={0}
  max={500}
  low={120}
  high={320}
  unit="€"
/>