Headings
These are a set of header components: H1, H2, H3, H4, H5, H6. These work exactly like the regular Text component, with the difference being they have header-like default styles.

Configuration Properties
Property | Description |
---|---|
Component name | The name of the component as it appears in the Screen's component tree |
Selectable | Lets the user select text, to use the native copy and paste functionality. |
Accessibility label | Overrides the text that's read by the screen reader when the user interacts with the element. By default, the label is constructed by traversing all the children and accumulating all the Text nodes separated by space. |
Data Properties
Property | Description |
---|---|
Input Text | This input supports static text or data & variables through the use of brackets, ie "{{variable}}". For example, you could use "Hello {{name}}" or "https://reddit.com/r/{{subreddit}}" |
Updated 2 months ago