This is a component to build a complete form, with validations and different types of inputs, using objects in JSON format.
npm install --save react-rkform-allinone
import React, { Component } from 'react'
import MyComponent from 'react-rkform-allinone'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}
MIT © rikardocorp