0.0.1 • Published 4 years ago

gh-components v0.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

gh-components

component for greenhouse UI

NPM JavaScript Style Guide

Install

npm install --save gh-components

Usage

import React, { Component } from 'react'

import MyComponent from 'gh-components'

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

License

MIT © neoreeprast