A range input that lets users select a numeric value by dragging a handle along a horizontal track.
Loading component...
Run the following command to add this component to your project:
Import the component directly from the package:
import { Slider } from "@static-ui/ui"Common props available for this component:
| Prop | Type | Description |
|---|---|---|
| className | string | Additional CSS classes to apply. |
Uses `role="slider"` with `aria-valuemin`, `aria-valuemax`, `aria-valuenow` attributes. Supports keyboard arrow navigation.