ReleaseUtility
June 30th 2023

Vue Form API

Repo that shows the fundamentals of a form API with Vue 3

This shows the bare bones of a form API/builder system with Vue 3 composition API. One entry component takes in a data object with the form fields and returns a form back exposing the internals for dynamic use cases.

To use it or for more info, visit the repo link.

imageDemo page

The above screenshot uses the same component but with different data objects for the form. Each data object contains the field types to use, validation logic, and style depictions.