hello-world-demo-component
v1.0.0
Published
creating react libraries demonstration
Readme
hello-world-demo
creating react libraries demonstration
Install
npm install --save hello-world-demoUsage
import React, { Component } from 'react'
import MyComponent from 'hello-world-demo'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}License
MIT © nomangul
