Made with create-react-library
npm install --save practice-library
import React, { Component } from 'react'
import MyComponent from 'practice-library'
import 'practice-library/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
MIT © [David Codina](https://github.com/David Codina)