Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 564 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 564 Bytes

dashboard

My personal Dashboard

NPM JavaScript Style Guide

Install

npm install --save dashboard

Usage

import React, { Component } from 'react'

import MyComponent from 'dashboard'

class Example extends Component {
  render () {
    return (
      <MyComponent />
    )
  }
}

License

MIT © TomMalbran