<Content>







Displays arbitrary HTML content.
Use of <Content>
<Content
valueHtml={{
en: `<h3>How to fill out this form</h3>
<p>any content</p>`,
}}
/>
<Content>
's props
Prop | About | Type |
---|---|---|
valueHtml | Localisable HTML: arbitrary content E.g.
| LocalisedHtml |
id | Component Id. Must be unique within the form. | string |
hasChildrenById | Non-editable. Used to indicate that this component doesn't have children. | false |
hasTagsById | Non-editable. Used to indicate that this component isn't a form field with tags by id. | false |
isFormField | Non-editable. Used to indicate that this component isn't a form field. | false |
isMultichoice | Non-editable. Used to indicate that this component isn't a multichoice form field like | false |
type | Non-editable. Type of component of | "Content" |