1.0.4 • Published 3 years ago

react-wenzheng-button2 v1.0.4

Weekly downloads
10
License
ISC
Repository
-
Last release
3 years ago

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;
1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago