rikardocorp / react-rkform-allinone

Demo Form

Home Page:https://rikardocorp.github.io/react-rkform-allinone/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Demo Form

https://rikardocorp.github.io/react-rkform-allinone/


Languages

Language:CSS 64.3%Language:JavaScript 35.6%Language:HTML 0.2%