vhp-forms-library
v1.7.13
Published
Made with create-react-library
Downloads
110
Readme
vhp-component-library
Made with create-react-library
Install
npm install --save vhp-component-library
Usage
import React, { Component } from 'react'
import MyComponent from 'vhp-component-library'
import 'vhp-component-library/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © mathewh-vhc