buttonwui
v1.0.0
Published
Made with create-react-library
Readme
buttonwui
Made with create-react-library
Install
npm install --save buttonwuiUsage
import React, { Component } from 'react'
import MyComponent from 'buttonwui'
import 'buttonwui/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}License
MIT © burak-balci
