react-hello-button
v1.0.3
Published
React component for angular uses
Downloads
1
Maintainers
Readme
react-hello-button
React component for angular uses
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