Posts tagged “web-components”:

range-num, a useful little web vanilla web component

I'm working on a few small demos and a thing I often find myself needing is a combination input[type="range"] with some sort of label, or even an input[type="number"] showing the same value. I decided to package those together in a tiny vanilla web component called range-num, and I've made it publicly available via npm and github. read more