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