API Reference
This section provides the complete API reference for Schema FormX React component library.
Core Components
Form Component
Form is the core component of Schema FormX, providing complete form functionality.
Key Features:
- Supports field array and group array configuration
- Controlled and uncontrolled data management
- Built-in form validation and error handling
- Custom component mapping
Basic Usage:
Group Component
Group is the container component for group forms, used to wrap fields within a group. Typically rendered automatically by Form.
Type Definitions
FieldSchema
Field configuration, defines a single form field. See Field API Reference.
GroupSchema
Group configuration, defines a group of form fields. See Group API.
Layout
Layout configuration. See Form API - Layout Configuration.
FormInstance
Form instance, provides methods to operate the form. See Form API - Instance Methods.
Related Resources
- Quick Start - Learn how to use Schema FormX
- Basic Features - Form configuration, field types, and more
- Advanced Features - Custom components, validation, groups, and more