An open API service indexing awesome lists of open source software.

https://github.com/markshust/meteor-owl-carousel-2

Add Owl Carousel 2 to Meteor
https://github.com/markshust/meteor-owl-carousel-2

Last synced: 9 months ago
JSON representation

Add Owl Carousel 2 to Meteor

Awesome Lists containing this project

README

          

# markoshust:owl-carousel-2

## Add Owl Carousel 2 to Meteor

`meteor add markoshust:owl-carousel-2`

Be sure to add the `jquery` package so you may initiate the carousel.

## Usage

Add the following to your onRendered (blaze) or componentDidMount (react) function:

```
$('.owl-carousel').owlCarousel();
```

... and setup your carousel HTML:

```


```

## Documentation

See the Owl Carousel 2 website for more details.