dashtardly
v0.0.1
Published
A react component library to create beautiful TV dashboards
Downloads
4
Readme
dashtardly
A react component library to create beautiful TV dashboards
Install
npm install --save dashtardly
Usage
import React, { Component } from 'react'
import MyComponent from 'dashtardly'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}
License
MIT © hhaidar