haz-hello-world
v1.0.1
Published
>
Readme
hello-world
Install
npm install --save hello-worldUsage
import * as React from 'react'
import MyComponent from 'hello-world'
class Example extends React.Component {
render () {
return (
<MyComponent />
)
}
}License
MIT © haztares
