@odopod/odo-carousel
v2.1.3
Published
Performant, awesome carousels.
Downloads
21
Readme
Odo Carousel
Performant, awesome carousels.
Why?
Odo Carousel has a few distinct advantages over other carousel libraries with similar feature sets, such as Slick:
- Utilizes the Odo Draggable module, which is reusable for other draggable components that you might include in your project, thus saving weight and user compile time.
- Odo Carousel has been battle-tested on several large-scale web application projects, and includes learnings from practically every Odopod project from 2013 onward.
- It performs as well as, and more often better than, any other carousel library we've tested.
- Has unit tests backing its methods and API.
Install
npm install @odopod/odo-carousel --save
Quick Start
import OdoCarousel from '@odopod/odo-carousel';
const carousel = new OdoCarousel(document.getElementById('my-carousel'));
Documentation
Visit the Odo component directory for demos, code examples, and documentation.