README
jlc-react-utils
Made with create-react-library
Install
npm install --save jlc-react-utils
Usage
import React, { Component } from 'react'
import MyComponent from 'jlc-react-utils'
import 'jlc-react-utils/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © [Jorge Corradi](https://github.com/Jorge Corradi)