noUiSlider is a lightweight, ARIA-accessible JavaScript range slider with multi-touch and keyboard support. It is fully GPU animated: no reflows, so it is fast; even on older devices. It also fits wonderfully in responsive designs and has no dependencies.
I have observerd that using the cssPrefix property will break the default style that comes with the library. This is definelty not a blocker but might be annoying. A possible fix might be the use of adoptedStyleSheets and shadow dom elements if neccessary.
Hey,
I have observerd that using the cssPrefix property will break the default style that comes with the library. This is definelty not a blocker but might be annoying. A possible fix might be the use of adoptedStyleSheets and shadow dom elements if neccessary.