1.0.1 • Published 6 years ago

shahnshah-react-button v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

react-button

a reusable react button component

NPM JavaScript Style Guide

Install

npm install --save react-button

Usage

import React, { Component } from 'react'

import MyComponent from 'react-button'

class Example extends Component {
  render () {
    return (
      <MyComponent />
    )
  }
}

License

MIT © https://github.com/shahnshahmalik

1.0.1

6 years ago

1.0.0

6 years ago