JS component for rendering animated responsive slider with progress bullets
npm install carousel-carousel
``
``
``
Create HTML markup
``
data-target="next">
data-target="previous">
``
Activate carousel on your javascript file or in script section of page html
``
window.onload = function () {
let myCarousel = new Carousel(document.getElementById('myCarousel'));
myCarousel.activate()
};
``
$3
#### Install component
``
npm install --save carousel-carousel
```