Open experiment
Pressure range control
Maps a range value to membrane depth, color pressure, numeric output, and haptic-looking rings. Range input and arrow keys update the membrane continuously with an explicit value label. Visualizes intensity as surface pressure rather than a galaxy thumb traveling on a track.
Lab tested Responsive Dark mode Interactive
- Version
- 1.0.0
- Updated
- 2026-08-02
- Dependencies
- Zero
<form class="cmp-pressure-range-control cmp-atlas" data-state="idle" data-variant="2" novalidate>
<div class="cmp-atlas__field-head"><span>Range controls</span><b>Pressure membrane</b></div>
<label class="cmp-atlas__range"
><span>Pressure</span><input type="range" data-range min="0" max="100" value="64" /><output
data-output
>64%</output
></label
>
<div class="cmp-atlas__membrane" aria-hidden="true"><i></i></div>
<div class="cmp-atlas__field-meter" aria-hidden="true"><i></i></div>
<p data-status aria-live="polite">Control ready</p>
</form>
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
- Every interactive target is a labelled native control with a visible focus treatment.
- State changes are communicated through a polite text status and never by color alone.
- The contained visual effects stop when the user requests reduced motion.
License: MIT License for open-source use, modification, and distribution.