core-react-components

0.2.2 • Public • Published

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

Package Sidebar

Install

npm i core-react-components

Weekly Downloads

1

Version

0.2.2

License

MIT

Unpacked Size

2.34 MB

Total Files

81

Last publish

Collaborators

  • jbsmith69