component-based-react-library
v1.1.0
Published
Made with create-react-library
Downloads
7
Readme
component-based-react-library
Made with create-react-library
Install
npm install --save component-based-react-library
Usage
import React, { Component } from 'react'
import MyComponent from 'component-based-react-library'
import 'component-based-react-library/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © goswirl