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

PropertyDescription
Component nameThe name of the component as it appears in the Screen's component tree
SelectableLets the user select text, to use the native copy and paste functionality.
Accessibility labelOverrides 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

PropertyDescription
Input TextThis 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}}"