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