Open experiment
Galaxy range slider
A compact native range input styled as an orbital path. Pointer and keyboard changes move a planet thumb, fill the nebula track, and update a visible launch-radius output while preserving browser range semantics.
Lab tested Responsive Dark mode Interactive
- Version
- 1.0.0
- Updated
- 2026-08-02
- Dependencies
- Zero
<div class="cmp-galaxy-range">
<div class="cmp-galaxy-range__head">
<label for="cmp-galaxy-range-input">Launch radius</label>
<output for="cmp-galaxy-range-input">42 km</output>
</div>
<div class="cmp-galaxy-range__orbit" aria-hidden="true"><i></i><i></i><i></i></div>
<input id="cmp-galaxy-range-input" type="range" min="0" max="100" value="42" />
<small>Fine tune with arrow keys</small>
</div>
No runtime reactions detected Open in Editor
Validated in the lab
Experiment report
- Schema and source files passed
- Responsive test passed
- Keyboard test passed
- No console errors
Component ingredients
- Dependencies
- None
- Browser support
- Current Chrome, Current Edge, Current Firefox, Current Safari
- Version
- 1.0.0
- Last tested
- 2026-08-02
Accessibility notes
- The control uses native range semantics and keyboard behavior.
- The selected value is visible in an output element.
- Reduced motion disables decorative star drift.
License: MIT License for open-source use, modification, and distribution.