react-swiper1

1.0.0-up.3 • Public • Published

#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

Readme

Keywords

none

Package Sidebar

Install

npm i react-swiper1

Weekly Downloads

0

Version

1.0.0-up.3

License

ISC

Last publish

Collaborators

  • lazytai