1.0.4 • Published 6 years ago

react-rkform-allinone v1.0.4

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

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

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago