mrbbrlo-react-library
v1.0.2
Published
Button, Input, Navbar and Heading components.
Downloads
4
Readme
react-library
Install
npm install --save react-library
Usage
import React, { Component } from 'react'
import MyComponent from 'react-library'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}
License
MIT © mrbbrlo