Slider
An input where the user selects a value from within a given range.
50%
Installation
npx shadcn@latest add @uipath/sliderUsage
import { Slider } from "@/components/ui/slider"<Slider defaultValue={[50]} max={100} step={1} />An input where the user selects a value from within a given range.
npx shadcn@latest add @uipath/sliderimport { Slider } from "@/components/ui/slider"<Slider defaultValue={[50]} max={100} step={1} />