@familyboat/react-button

react component for button

NPM JavaScript Style Guide

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

GitHub

View Github