flexCarousel.js
A simple, lightweight Flexbox carousel jQuery plugin.
Status
Getting Started
- Download the latest release.
- Clone the repo:
git clone https://github.com/tomhrtly/flexCarousel.js.git
- Install with npm:
npm install flexcarouseljs
Compatibility
flexCarousel.js supports the latest versions of all major browsers and platforms. We use Flexbox browser technology to build the carousels, which is supported by these desktop and mobile browsers. For JavaScript, we use jQuery as a dependency to which you can view the browser support here.
Our compiled JavaScript uses ECMAScript 6, we use this to determine what browsers can support our jQuery plugin which you can view in the documentation.
Contributing
Feel free to submit a pull request with any changes that will help make this project better!