## 🚀 Feature Proposal Add forms to the component library. Forms should have: - [ ] form builder: outputs a jsonschema, including validation and field types - [ ] auto building forms from a jsonschema - [ ] auto validating on predefined input types; function on custom input types ## Motivation Forms are used to enter information. ## Example Creating a new patient. ## Relevant Links * (formik)[https://bundlephobia.com/result?p=formik@1.5.8]
🚀 Feature Proposal
Add forms to the component library.
Forms should have:
Motivation
Forms are used to enter information.
Example
Creating a new patient.
Relevant Links