Generate the form dynamically with validation. Using react-hook-forms
npm install qub-form-builderGenerate the form dynamically with validation. Using react-hook-forms
DynamicForm({fields: JSON, handleSubmission : Function});
convertToSchema(array) : convert an array of objects([{"name": "", "type": ""}]) with fields to schema required