Skip to content
This repository has been archived by the owner on Jul 20, 2020. It is now read-only.

Core components using Material.io for design and the ReactJs Context API

Notifications You must be signed in to change notification settings

behivetech/core-react-components

Repository files navigation

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

About

Core components using Material.io for design and the ReactJs Context API

Resources

Stars

Watchers

Forks

Packages

No packages published