Core react components taking advantage of the Material IO libarary which are commonly used in an app which includes Forms and validation.
This library is only in the beginning stages and not close to being ready for use just yet.
npm install --save core-react-components
import React, { Component } from 'react'
import {Form, CheckboxControlled} from 'core-react-components'
class Example extends Component {
render () {
return (
<Form name="form1">
<TextFieldControlled name="textField1" />
</Form>
)
}
}
MIT © bruqui