qub-form-builder
v0.9.6
Published
Generate the form dynamically with validation. Using react-hook-forms
Downloads
47
Readme
Dynamic Form Builder
Generate the form dynamically with validation. Using react-hook-forms
Components
DynamicForm({fields: JSON, handleSubmission : Function});
Utility Functions
convertToSchema(array) : convert an array of objects([{"name": "", "type": ""}]) with fields to schema required
