react-rkform-allinone

This is a component to build a complete form, with validations and different types of inputs, using objects in JSON format.

NPM JavaScript Style Guide

Install

npm install --save react-rkform-allinone

Usage

import React, { Component } from 'react'

import MyComponent from 'react-rkform-allinone'

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

License

MIT © rikardocorp