manyconnect.lib
v0.0.2
Published
Made with create-react-library
Downloads
4
Readme
manyconnect.lib
Made with create-react-library
Install
npm install --save manyconnect.lib
Usage
import React, { Component } from 'react'
import MyComponent from 'manyconnect.lib'
import 'manyconnect.lib/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © [Felipe Andrade](https://github.com/Felipe Andrade)