Components
← All components

Slider

stimeo--slider

A single-handle slider you can move by dragging or from the keyboard.

  • Core
  • Slider

A slider with one handle. The current value is announced, and its position is readable from CSS as a fraction, so drawing the handle and the track is yours. The minimum, maximum, step and starting value come from your markup. It answers to both dragging and the keyboard.

running

Keyboard

KeyAction
→ / ↑ Increase the value by one step. With logicalTrack under RTL the horizontal pair swaps.
← / ↓ Decrease the value by one step. With logicalTrack under RTL the horizontal pair swaps.
PageUp / PageDown Move the value by ten steps.
Home / End Jump to the minimum / maximum value.