Slider
An input where the user selects a value from within a given range.
Preview
Installation
Install the package using your preferred package manager:
npx shadcn@latest add @airy/sliderUsage
Import the component from the package:
import { Slider } from "@/registry/ui/slider"Then use it in your application:
<Slider />