README
react-lib-liviu
Install
npm install --save react-lib-liviu
Usage
import * as React from 'react'
import MyComponent from 'react-lib-liviu'
class Example extends React.Component {
render () {
return (
<MyComponent />
)
}
}
License
MIT © liviudragnoiu