observablehq / inputs

Better input elements
https://observablehq.com/framework/lib/inputs
ISC License
127 stars 34 forks source link

Range without numeric text input #247

Open tophtucker opened 1 year ago

tophtucker commented 1 year ago

I often want a slider without any symbolic number field associated with it. Often because the slider is just driving some dimensionless meaningless animation / interpolation parameter. Even though I remember advocating for the default numeric text input lol. (I thought there'd be an issue already but can't find one.)

(If others are interested, I made my own here: https://observablehq.com/@tophtucker/simple-slider-with-label)