glue-carousel
v0.3.9
Published
Simple carousel module.
Downloads
2
Keywords
Readme
Carousel
Simple carousel library.
Installation
npm install glue-carousel --save
Usage
const Carousel = require('glue-carousel') const instance = Carousel(boxDiv, sliderDiv) instance.next()
Contributing
To help with development, start the quick edit mode by running
grunt dev
The browser window should appear with the page, live-reloading with any changes. Happy coding!