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