collaboration-tool-form-field-validation
npm install --save collaboration-tool-form-field-validation
import React, { Component } from 'react'
import MyComponent from 'collaboration-tool-form-field-validation'
import 'collaboration-tool-form-field-validation/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
MIT © FanarSoft