📄️ Installation
Install the Forma packages to build custom form renderers.
📄️ Quick Start
Build a working form in minutes with Forma React.
📄️ Component Mapping
Create custom UI components for each field type in your forms.
📄️ Display Fields
Display fields show content without collecting user input. Use them for headings, dividers, informational text, computed metrics, alerts, and other read-only presentation content within a form.
📄️ useForma Hook
The useForma hook provides complete form state management for custom form implementations.
📄️ FormRenderer
The FormRenderer component provides a complete form rendering solution with minimal setup.
📄️ Wizard Forms
Build multi-page wizard-style forms with built-in navigation and validation.
📄️ Advanced Features
Features for building production-quality form UIs: input adorners, readonly state, presentation variants, and options visibility.
📄️ Events
Overview
📄️ Error Handling
Handle errors gracefully in your Forma-powered forms.
📄️ TypeScript
Type Imports