core-react-components
v0.2.2
Published
Core components using Material.io for design and the ReactJs Context API
Downloads
6
Maintainers
Readme
core-react-components
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.
Install
npm install --save core-react-components
Usage
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>
)
}
}
License
MIT © bruqui