README
react-library-example
Example for importing react component library.
Install
npm install --save react-library-example
Usage
import React, { Component } from 'react'
import MyComponent from 'react-library-example'
import 'react-library-example/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © maryscar