Saturday, 12 March, 2016 UTC


Summary

I needed simple React slider component, as we are building our new website as a universal React application. But I did not find anything lightweight. There is a crazy trend in JavaScript world - add gazillion dependencies.
So again, I made something myself.
Check the demo.
It has no dependencies, and about 200 lines of code. Very simple and extensible. Every modern browser is supported and IE10+.
IE9 should work (if you adapt the CSS), but I didn’t test it.
Grab the code on GitHub.