Overview
Template variables allow you to create dynamic documents by passing data to your templates. This guide shows you how to define and use template variables in your JSX templates.Using Template Variables
Create a template component that accepts props for dynamic content:Preview Props
Define preview data for development and testing usingPreviewProps
: