react-hello-jamesb
v1.0.0
Published
Made with create-react-library
Downloads
1
Readme
react-hello-jamesb
Made with create-react-library
Install
npm install --save react-hello-jamesb
Usage
import React, { Component } from 'react'
import MyComponent from 'react-hello-jamesb'
import 'react-hello-jamesb/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © JamesBrightman