Docs
Slider
Slider
The Slider component provides an interactive input control that allows users to select a specific value by dragging a handle along a visual track, representing a range of possible values.
Loading...
Setting Up the Slider Component
npx shadcn@latest add sliderImplementing the Slider Component
<Slider defaultValue={[33]} max={100} step={1} />