example-react-library-components
v1.0.0
Published
test of create-react-library
Readme
example-react-library
test of create-react-library
Install
npm install --save example-react-libraryUsage
import * as React from 'react'
import MyComponent from 'example-react-library'
class Example extends React.Component {
render () {
return (
<MyComponent />
)
}
}License
MIT © Maik3345
