@patrice-h/testreactcomponent
Made with create-react-library
Install
npm install --save @patrice-h/testreactcomponent
Usage
import React, { Component } from 'react'
import MyComponent from '@patrice-h/testreactcomponent'
import '@patrice-h/testreactcomponent/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © Patrice-H