component for greenhouse UI
npm install --save gh-components
import React, { Component } from 'react'
import MyComponent from 'gh-components'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}
MIT © neoreeprast