hhaidar / dashtardly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:JavaScript 81.2%Language:CSS 11.9%Language:HTML 6.9%