@strawberrylemonade/goodhub-lib
v1.36.0
Published
A shared library for GoodHub types, shared functions and services. Backend & Frontend.
Downloads
7
Readme
goodhub-shared
Made with create-react-library
Install
npm install --save goodhub-shared
Usage
import React, { Component } from 'react'
import MyComponent from 'goodhub-shared'
import 'goodhub-shared/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © strawberrylemonade