people.health-ui
v1.1.1
Published
standardized ui for people.health
Readme
people.health-ui
standardized ui for people.health
Install
npm install --save people.health-uiUsage
import React, { Component } from 'react'
import MyComponent from 'people.health-ui'
import 'people.health-ui/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}License
MIT © justincrx
