widget-resource-hub
v1.0.11
Published
widget resource hub
Downloads
4
Readme
resource-hub
widget resource hub
Install
npm install --save resource-hub
Usage
import React, { Component } from 'react'
import MyComponent from 'resource-hub'
import 'resource-hub/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © anachronin