Navigation & Inputs · Inputs & Forms
Slider
also known as Range input, Track slider
A slider lets users set a single value by dragging a handle along a track between a minimum and maximum. It gives quick, approximate control and immediate visual feedback. It suits values where the exact number matters less than easy adjustment, like volume or brightness.
See it live — shadcn/ui · MUI · Ant Design
Don't confuse it with
A slider sets one value with a single handle; a range slider has two handles to select a span between a low and high value. A stepper input adjusts a precise number in fixed increments rather than by dragging.
In the wild
A volume control or a single price cap filter.