react-rkform-allinone
v1.0.4
Published
This is a component to build a complete form, with validations and different types of inputs, using objects in JSON format.
Downloads
1
Readme
react-rkform-allinone
This is a component to build a complete form, with validations and different types of inputs, using objects in JSON format.
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