dashboard-interactive
v0.0.1
Published
Made with create-react-library
Downloads
3
Readme
dashboard-interactive
Made with create-react-library
Install
npm install --save dashboard-interactiveUsage
import React, { Component } from 'react'
import MyComponent from 'dashboard-interactive'
import 'dashboard-interactive/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}License
MIT © vga91
