This repository was archived by the owner on Nov 27, 2025. It is now read-only.

Description
As a developer I would like to have a way of quickly creating forms out of a set of input like textfield, checkbox, number input etc. I want to be able to add validators for each form field like required or pattern for a textfield and have the form validate on submit and show errors on its own.
Requirements
- Add wrapper for inputs like textfield, checkbox (what inputs do we need?)
- Implement a handler that can use validator functions on an input and display a custom error message.
- Add common default validators like required, pattern etc
- Trigger validation on form submit