A simple, lightweight Flexbox carousel ES6 JavaScript plugin. An unofficial fork of Slick Carousel.
- Download the latest release.
- Clone the repo:
git clone https://github.com/tomhrtly/flexCarousel.js.git
- Install with npm:
npm install flexcarouseljs
flexCarousel.js supports the latest, stable releases of all major browsers except Internet Explorer.
We build the carousels using Flexbox browser technology and ES6 syntax which is compiled to ES5 for production-ready code. You can find browser compatibility statistics for both Flexbox and ES5 on Can I use....
However, for a quick overview - read the table below which shows you the browser support for flexCarousel.js. All browser tests are conducted with Browser Stack.
Microsoft Edge |
Mozilla Firefox |
Google Chrome |
Safari |
Opera |
---|---|---|---|---|
>=16 | >=52 | >=55 | >=11.1 | >=42 |
Feel free to submit a pull request with any changes that will help make this project better!