Skip to main content

Section

The Text component can be used in any form to provide a text field. It can be used for single-line text input fields.

Examples

A section with divider and custom header variants.
Create source
Enter the details below to create a new source.


Enter the name you want to show in stage

This is section description


Form Data:
{}

Props

Name

The Name (name) field should be a unique string.

Meta object

The Meta (meta) object contains properties that define the display characteristics and behavior of the section.

NameDescriptionType
displayNameThe name to display as the section headerstring
childrenAn array of child fields to render within the sectionIField[]
htmlPropsAdditional HTML properties for the sectionobject
displayType"section" to indicate this controls a SectionString

HTML Props Keys Documentation

The HTML Props (htmlProps) object contains HTML-specific properties that can modify the appearance and functionality of a section. Below are the keys typically used within htmlProps:

KeyDescriptionTypeDefault Value
dividerWhether to show a divider below the headerbooleanfalse
headerVariantTypography variant for the headerstring"h3"
subHeaderVariantTypography variant for the sub-headerstring"h5"
descriptionAdditional description text below the headerstringnull
allowDynamicAllow dynamic content or features within the fieldbooleanfalse