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