Baustein UI

Layer · Forms

Planned · v0.3

Slider.

bau-slider

Numeric range input with optional dual handles, ticks, value bubble.

Coming soon

Planned

This component is on the roadmap. The page exists so the navigation structure stays stable while the implementation catches up. Below is the feature surface we plan to ship.

  • min / max / step with tabular value display.
  • Single or dual handles (range mode emits { from, to }).
  • Tick marks via ticks array; snap-to-tick or free-glide.
  • Value bubble — appears on focus/drag, hides on blur.
  • Keyboard: arrows = step, PageUp/Down = 10× step, Home/End = min/max.
  • Form participation: serializes as number string (single) or comma-pair (range).
  • A11y: role=slider, aria-valuenow/min/max/text.