1.0.0-up.3 • Published 7 years ago

react-swiper1 v1.0.0-up.3

Weekly downloads
2
License
ISC
Repository
github
Last release
7 years ago

#search-bar ##use look like use look like

##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
1.0.0-up.3

7 years ago

1.0.0-up.2

7 years ago

1.0.0-up.1

7 years ago

1.0.0

7 years ago