Demo publish lib to npm
npm install --save hello-world-npm-lib
import React, { Component } from 'react'
import MyComponent from 'hello-world-npm-lib'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}
MIT © [Ngo Viet Thanh <vietthanhbk1994@gmail.com>](https://github.com/Ngo Viet Thanh <vietthanhbk1994@gmail.com>)