Text
This node renders a text block.
The Text node displays static or dynamic text content with rich styling options.
The Text node is used for all typography: headings, paragraphs, labels, and captions. It supports dynamic content binding, multiple lines, and extensive CSS styling (font, size, color, alignment).
Inputs
Content
| Data | Description |
|---|---|
| Text | The string to display. Connect a variable or database field here for dynamic text. |
Style
| Data | Description |
|---|---|
| Font Family | The font typeface. |
| Font Size | Size in pixels, em, or rem. |
| Font Weight | Thickness (e.g., 400, 700, Bold). |
| Color | Text color. |
| Text Horizontal Align | Left, Center, Right. |
| Text Vertical Align | Top, Center, Bottom. |
Advanced
| Data | Description |
|---|---|
| Tag | HTML tag to use (div, h1-h6, p, span). Semantic meaning only; styling is independent. |
| Word Break | "Normal" or "Break All" (force wrap). |