@parama-dev/form-builder-core
v0.5.1
Published
Core functionality for the form builder system
Readme
@parama-dev/form-builder-core
Core functionality for the form builder system.
Installation
npm install @parama-dev/form-builder-core @parama-dev/form-builder-typesUsage
import { FormEngine } from '@parama-dev/form-builder-core';
const engine = new FormEngine(schema);Features
- Form validation engine
- Schema processing
- Workflow management
- Store management with Zustand
