form_generate_component
Generates a reusable form component with state management and submission from a schema, including multi-step, autosave, file-upload, conditional fields.
Instructions
Generate a complete, reusable form component with state management and submission (Pro)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema | Yes | Schema or form definition to generate the component from | |
| api_key | No | API key for authentication | |
| features | No | Additional features: 'multi-step', 'autosave', 'file-upload', 'conditional-fields' | |
| framework | No | UI framework: 'react', 'vue', 'svelte' |