Components
← All components

Slider

stimeo--slider

A single-thumb range slider with keyboard control and pointer drag.

  • Slider

The stimeo--slider controller implements the WAI-ARIA Slider pattern. The value is exposed to assistive tech via aria-valuenow/min/max on the thumb, and to CSS via the --stimeo--slider-fraction custom property (0..1) on the root so the consumer can position the thumb. Min, max, step, and the initial value are set through data-*-value attributes. The library provides behavior only — all layout is owned by this Playground.

running

Keyboard

KeyAction
→ / ↑ Increase the value by one step.
← / ↓ Decrease the value by one step.
PageUp / PageDown Move the value by ten steps.
Home / End Jump to the minimum / maximum value.