Getting Started
Foundations
Components
Search for a command to run...
Sliders are used when users need to select a numeric value within a defined range, such as adjusting volume, brightness, price ranges, or any continuous values. They provide visual feedback showing the current value position within the available range. Sliders can be configured as single-value or range sliders with multiple thumbs.
Built on top of Radix UI's Slider primitive with full keyboard navigation (Arrow keys to adjust value, Home/End for min/max), focus management, and accessibility support including proper ARIA attributes and roles.
import { Slider } from "@strongtie/design-system/slider"All components extend Radix UI primitives. See the Radix UI documentation for all available props.
Components can be styled using the className prop. The design system uses Tailwind CSS for styling.
Other CSS classes used by this component:
sliderslider-rangeslider-thumbslider-trackThis component inherits accessibility features from Radix UI, including: