Slider
View on shadcn/uiAn input where the user selects a value from within a given range.
Installation
pnpm dlx shadcn@latest add https://designsystem.wfp.org/r/slider.jsonUsage
import { Slider } from "@/components/ui/slider";<Slider defaultValue={[33]} max={100} step={1} />