Skip to content

WorkerHive/react-ui

Repository files navigation

workhub-ui

All the bits and bobs needed to compose a workhub

NPM JavaScript Style Guide

Install

npm install --save @workerhive/react-ui

Usage

import React, { Component } from 'react'

import { List, Dialog } from 'workhub-ui'
import 'workhub-ui/dist/index.css'

class Example extends Component {
  render() {
    return <div>
      <List />
      <Dialog />
      </div>
  }
}

License

MIT © WorkerHive