funkybuttons
v1.0.0
Published
A component library with funky buttons
Downloads
1
Readme
funkybuttons
A component library with funky buttons
Install
npm install --save funkybuttons
Usage
import React, { Component } from 'react'
import MyComponent from 'funkybuttons'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}
License
MIT © KumailP