test-button-alex
v1.0.0
Published
Renders a simple button with a color and size prop!
Downloads
1
Readme
test-button
Renders a simple button with a color and size prop!
Install
npm install --save test-button
Usage
import React, { Component } from 'react'
import MyComponent from 'test-button'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}
License
MIT © alexburgos