partner at SHV, where I build prototypes and help new companies.
mostly trail running; myriad typos, no complaints
| Website | https://sambreed.dev |
| Work | https://shv.com |
| Location | Mill Valley, CA |
partner at SHV, where I build prototypes and help new companies.
mostly trail running; myriad typos, no complaints
| Website | https://sambreed.dev |
| Work | https://shv.com |
| Location | Mill Valley, CA |
I'm working on a few small demos and a thing I often find myself needing is a combination <code>input[type="range"]</code> with some sort of label, or even an <code>input[type="number"]</code> showing the same value. I decided to package those together in a tiny vanilla web component called <code>range-num</code>, and I've made it publicly available via <a href="https://www.npmjs.com/package/@potch/range-num"><code>npm</code></a> and <a href="https://github.com/potch/range-num">github</a>.