1.0.1 • Published 6 years ago
shahnshah-react-button v1.0.1
react-button
a reusable react button component
Install
npm install --save react-button
Usage
import React, { Component } from 'react'
import MyComponent from 'react-button'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}