Infinite sliding carousel. Example on [Codepen](https://codepen.io/team/wtc/pen/f3f6619570dd0ef1925893509e2c2504).
npm install wtc-controller-carouselInfinite sliding carousel.
Example on Codepen.
Install wtc-controller-carousel with npm.npm install wtc-controller-carousel
1. Add the markup to your template
``html`
2. Import the css into your project.
`scss`
@import ~wtc-controller-carousel;
3. Import the library into your JS and instanciate it
`js
import Carousel from "wtc-controller-carousel";
const myCarousel = new Carousel(document.querySelector(".carousel"));
`
`js`
myCarousel.paused = true;
`js``
myCarousel.speed = 4;