https://github.com/poetic/meteor-react-swiper
Swiper js wrapped into a react component
https://github.com/poetic/meteor-react-swiper
Last synced: about 2 months ago
JSON representation
Swiper js wrapped into a react component
- Host: GitHub
- URL: https://github.com/poetic/meteor-react-swiper
- Owner: poetic
- License: mit
- Created: 2015-10-19T19:14:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-25T20:51:05.000Z (over 9 years ago)
- Last Synced: 2025-03-24T20:22:47.899Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 10.7 KB
- Stars: 12
- Watchers: 12
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Install
[Swiper js](http://www.idangero.us/swiper/) wrapped into a react component.
```
meteor add poetic:react-swiper
```## Example
```
Slide 1
Slide 2
Slide 3```
## Props
- **options**, the options are passed to Swiper directly.
- **swiperisinitialized(swiperInstance)**, you can get the swiper instance by pass in ths callback.
- other props are passed directly to the Swiper div.