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/slider

Usage

Import the component from the package:

import { Slider } from "@/registry/ui/slider"

Then use it in your application:

<Slider />

Examples

Default