@nqminds/dynamic-form-engine
v1.0.3
Published
Dynamic Form Engine is a schema-driven form generation tool designed to simplify the creation, validation, and management of dynamic forms.
Downloads
18
Keywords
Readme
Dynamic Form Engine
Dynamic Form Engine is a schema-driven tool that automates the creation and management of dynamic forms in modern web applications. By using a JSON or YAML schema, the tool generates responsive, customizable forms that can be easily integrated into React or other frontend frameworks.
Features
- Schema-Driven: Automatically generate forms based on structured schemas (JSON/YAML).
- Validation: Offers built-in schema validation.
- Flexible Navigation Metaphors: Choose between different navigation styles such as Typeform (one element per page), GDS (grouped elements with forward/back navigation), or Wizard (multi-step forms).
- Versioning & Deltas: Track form state versions with delta calculation, allowing for form updates, patching, and rollbacks.
- Pluggable: Designed for React-based projects
Installation
npm install @nqminds/dynamic-form-engine