cacd-example-library
v1.0.1
Published
Made with create-react-library
Readme
example-library
Made with create-react-library
Install
npm install --save example-libraryUsage
import React, { Component } from 'react'
import MyComponent from 'example-library'
import 'example-library/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}License
MIT © ccamargo2294
