Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@odopod/odo-carousel

Package Overview
Dependencies
Maintainers
3
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@odopod/odo-carousel

Performant, awesome carousels.

  • 2.1.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
3
Weekly downloads
 
Created
Source

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.

Keywords

FAQs

Package last updated on 11 Jun 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc