Static Text
The Static Text element displays a non-interactive heading or label on the form. Use it for section titles, instructions, or dividing labels that don't need the full header + body structure of Text Display.
Properties
| Property | Type | Description |
|---|---|---|
text | string | The text content to display |
heading | string | Typography preset controlling size and weight — see below |
font_weight | string | Font weight — e.g. text-weight-regular, text-weight-bold |
formatting | array | Additional style flags — e.g. italic, underline |
align | string | text-left, text-center, text-right, or text-justify |
color | string (CSS) | Text colour |
Plus shared layout properties.
Typography presets
| Value | Style |
|---|---|
text-h1 … text-h6 | Heading levels 1–6 |
text-subtitle1 / text-subtitle2 | Subtitle styles |
text-body1 / text-body2 | Body text (regular and smaller) |
text-caption | Small caption text |
text-overline | Small uppercase label |
See also: Elements overview
