detroit
v1.0.0
Published
>
Downloads
1
Readme
react-library
Install
npm install --save react-library
Usage
import * as React from 'react'
import MyComponent from 'react-library'
class Example extends React.Component {
render () {
return (
<MyComponent />
)
}
}
License
MIT © londonbarrett