0.9.6 • Published 2 years ago

qub-form-builder v0.9.6

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

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