Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

glue-carousel

GlueDigital20ISC0.3.9

Simple carousel module.

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!