Slider

The Slider is a form control that allows users to select a value from a range by dragging a handle along a track.

When to use

  • When users need to select a value from a continuous or well-defined numeric range.
  • For adjusting settings like volume, brightness, or similar controls.

When not to use

  • When precise or exact input is required (consider using a numeric input field).
  • When selecting multiple values or a range of values.

Placement

  • Typically placed in forms, filters, or settings panels.
  • Ensure sufficient horizontal space for easy interaction and clear labeling of the value range.