README
lithia-react-library
Lithia react component library
Install
npm install --save lithia-react-library
Usage
import React, { Component } from 'react'
import MyComponent from 'lithia-react-library'
import 'lithia-react-library/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © andressbarnes