Skip to content

GlueDigital/carousel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!