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
- Host: GitHub
- URL: https://github.com/markshust/meteor-owl-carousel-2
- Owner: markshust
- Created: 2015-12-13T03:06:04.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-13T03:10:13.000Z (over 10 years ago)
- Last Synced: 2025-07-05T22:42:02.492Z (12 months ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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:
```
Your Content
Your Content
Your Content
Your Content
Your Content
Your Content
Your Content
```
## Documentation
See the Owl Carousel 2 website for more details.