Skip to content

v2.1.0 — Signature control bar restored

Choose a tag to compare

@quitequinn quitequinn released this 16 Jun 23:05
· 12 commits to master since this release

Brings back the v1 bottom toolbar as a modern, accessible feature.

  • A single segmented control bar under the sample: slim at rest (showing each slider's fill), expanding on hover and keyboard focus (:focus-within) to reveal labels and values.
  • Built as CSS over the existing native controls, so it keeps full keyboard + screen-reader support (the v1 custom controls had none).
  • Per-slider --fp-fill track variable paints the filled portion.
  • Themeable via CSS variables (neutral default); faithful TDF green-on-black ships as the .fp--tdf preset.
  • Demo gains a theme toggle. New test for the fill variable (38 tests).