mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-25 06:14:59 +00:00
979 B
979 B
Form Builder Package
Overview
Declarative form building system for creating complex forms through JSON configuration.
Location
Purpose
Provides a data-driven approach to creating forms, where forms are defined through JSON schemas rather than code.
Features
- JSON-based form definition
- Field type management
- Validation rules
- Conditional logic
- Layout control
- Data binding
Seed Data
Form definitions and templates are stored in the package's seed directory.
Schema Configuration
Forms are defined using Prisma schemas stored in the database.
Usage
Create forms by defining JSON configurations that are rendered by the form builder component.