Installation
Basic usage
Import the component and styles, then render with minimal props:{{ to open the field menu and insert fields.
Load an existing document
Most templates start from an existing document:Add the field list sidebar
Show all template fields in a sidebar:Handle field changes
Track when fields are inserted, updated, or deleted:onFieldsChange callback receives the complete list of fields in the template whenever they change.
Export the template
Use a ref to programmatically export:TypeScript support
Full TypeScript definitions are included:Next steps
Configuration Options
Learn about custom components, field creation, and advanced features

