0.0.1 • Published 6 years ago

dashtardly v0.0.1

Weekly downloads
6
License
MIT
Repository
github
Last release
6 years ago

dashtardly

A react component library to create beautiful TV dashboards

NPM JavaScript Style Guide

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

0.0.1

6 years ago