@odopod/odo-carousel
TypeScript icon, indicating that this package has built-in type declarations

2.1.3 • Public • Published

Odo Carousel

Performant, awesome carousels.

Why?

Odo Carousel has a few distinct advantages over other carousel libraries with similar feature sets, such as Slick:

  1. 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.
  2. Odo Carousel has been battle-tested on several large-scale web application projects, and includes learnings from practically every Odopod project from 2013 onward.
  3. It performs as well as, and more often better than, any other carousel library we've tested.
  4. 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.

/@odopod/odo-carousel/

    Package Sidebar

    Install

    npm i @odopod/odo-carousel

    Weekly Downloads

    11

    Version

    2.1.3

    License

    MIT

    Unpacked Size

    539 kB

    Total Files

    26

    Last publish

    Collaborators

    • nathanbuchar
    • odopod-admin
    • vestride