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

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

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.