A react library for automatically building forms for functional-models.
npm install --save functional-models-react-forms
import React, { Component } from 'react'
import MyComponent from 'functional-models-react-forms'
import 'functional-models-react-forms/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
GNUV3 © [email protected]