This repository has been archived by the owner on Jan 9, 2023. It is now read-only.
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.
Forms #32
Open
Description
🚀 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/[email protected]]
Activity