hello-world-npm-lib
v1.0.16
Published
Demo publish lib to npm
Readme
hello-world-npm-lib
Demo publish lib to npm
Install
npm install --save hello-world-npm-libUsage
import React, { Component } from 'react'
import MyComponent from 'hello-world-npm-lib'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}License
MIT © [Ngo Viet Thanh <[email protected]>](https://github.com/Ngo Viet Thanh <[email protected]>)
