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