Layer · Forms
Planned · v0.3Slider.
bau-slider
Numeric range input with optional dual handles, ticks, value bubble.
Coming soon
PlannedThis 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/stepwith tabular value display.- Single or dual handles (
rangemode emits{ from, to }). - Tick marks via
ticksarray; 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.