Skip to Content

Slider

An input where the user selects a value from within a given range.

50%

Installation

npx shadcn@latest add @uipath/slider

Usage

import { Slider } from "@/components/ui/slider"
<Slider defaultValue={[50]} max={100} step={1} />