react-full-auto-form

Create full automatic functional forms seamlessly

NPM JavaScript Style Guide

Install

npm install --save react-full-auto-form

Usage

import React, { Component } from 'react'

import MyComponent from 'react-full-auto-form'
import 'react-full-auto-form/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

License

MIT © josegoval