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