@jsjoeio/hello-component
v1.0.2
Published
A component that says 'Hello world!'
Downloads
1
Readme
@jsjoeio/hello-component
A component that says 'Hello world!'
Install
npm install --save @jsjoeio/hello-component
Usage
import React, { Component } from 'react'
import HelloComponent from '@jsjoeio/hello-component'
class Example extends Component {
render () {
return (
<HelloComponent />
)
}
}
License
MIT © jsjoeio