1.0.3 • Published 2 years ago

react-hello-button v1.0.3

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

react-hello-button

React component for angular uses

NPM JavaScript Style Guide

Install

npm install --save react-hello-button

Usage

import React, { Component } from 'react'

import MyComponent from 'react-hello-button'
import 'react-hello-button/dist/index.css'

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

License

MIT © Arpit Chittora