0.2.2 • Published 5 years ago

core-react-components v0.2.2

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

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.

NPM JavaScript Style Guide

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