custom-lib-hello
v1.0.0
Published
custom lib hello world plugin react
Downloads
66
Readme
custom-lib-hello
custom lib hello world plugin react
Install
npm install --save custom-lib-hello
Usage
import React, { Component } from 'react'
import MyComponent from 'custom-lib-hello'
import 'custom-lib-hello/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © [achmad maulana](https://github.com/achmad maulana)