react-wenzheng-button2

1.0.4 • Public • Published

Install

npm install react-wenzheng-button2 --save

Example

Controlled usage:

 import {Component} from 'react';
import {Button2,Switch,Slider} from 'react-wenzheng-button2';

class App extends Component{
  render(){
    const imgs = [];

    return (
      <div>
 	<Button2 />
        <Switch color="darkred" />
        <Slider pics={imgs} />
      </div>
    )
  }
}

export default App;

/react-wenzheng-button2/

    Package Sidebar

    Install

    npm i react-wenzheng-button2

    Weekly Downloads

    1

    Version

    1.0.4

    License

    ISC

    Unpacked Size

    20.6 kB

    Total Files

    13

    Last publish

    Collaborators

    • hfkh_lxd