@irene-24/react-comp
v1.0.3
Published
Made with create-react-library
Downloads
4
Readme
react-comp
Made with create-react-library
Install
npm install --save @irene-24/react-comp
or
yarn add @irene-24/react-comp
Usage
import React, { Component } from 'react'
import MyComponent from 'react-comp'
import 'react-comp/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © Irene-24