0.0.1 • Published 6 years ago
higherme-react-library v0.0.1
higherme-library
common components for subapps
Install
npm install --save react-higherme-libraryUsage
import React, { Component } from 'react'
import MyComponent from 'higherme-library'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}License
MIT © noelle01520