mybutton-egebyte
v1.0.1
Published
A button component created for Patika.dev React Course's 4th Homework
Downloads
2
Readme
mybutton-egebyte
A button component created for Patika.dev React Course's 4th Homework
Install
npm install --save mybutton-egebyte
Usage
import React, { Component } from 'react'
import MyComponent from 'mybutton-egebyte'
import 'mybutton-egebyte/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © Egebyte