The only carousel Web Component you will ever need!
Work on super-carousel
has only just started! We recommend that no one use it in production now!
The plan is for super-carousel
to be used in production in a variety of Mobile and Desktop environments. The element will cease to be a thin wrapper around Slick and will be a full blown carousel having a rich API soon!
The element has a single attribute called settings
where we pass a JSON having keys from http://kenwheeler.github.io/slick/#settings
Currently, super-carousel
is a thin wrapper around Slick.
You will need to include jQuery (not included in the element).
Slick is included in the element's bower.json
and gets installed along with the element.
Element dependencies are managed via Bower. You can install that via:
npm install -g bower
Then, go ahead and download the element's dependencies:
bower install