React component for button
@familyboat/react-button
react component for button
Install
npm install --save @familyboat/react-button
Usage
import React, { Component } from 'react'
import { Button } from '@familyboat/react-button'
import '@familyboat/react-button/dist/index.css'
class Example extends Component {
render() {
return <Button />
}
}
License
MIT © familyboat