##how to use
cnpm i react-swiper1
import React, { Component } from 'react'
import ReactROM from 'react-dom'
import App from 'react-swiper1'
var lists = [
{
content: <div>1</div>
},
{
content: <div>
<img src="http://img.xshuma.com/201203/17184912031837878.jpg" />
</div>
},
{ content: '3' },
{ content: '4' }
]
ReactROM.render(<App lists={lists} />, document.getElementById('root'))
for git
git remote add origin https://github.com/lazyTai/react-swiper1.git
git push -u origin master