react-rkform-allinone

1.0.4 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i react-rkform-allinone

Weekly Downloads

5

Version

1.0.4

License

MIT

Unpacked Size

460 kB

Total Files

39

Last publish

Collaborators

  • rikardocorp