sagarhelloworld-demo
v1.0.2
Published
hello world sample app
Readme
helloworld
hello world sample app
Install
npm install --save helloworldUsage
import React, { Component } from 'react'
import MyComponent from 'helloworld'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}License
MIT © SagarSublime
