Skip to main content

Titles

We also can add titles to the form. The title is a text that is displayed in a bigger font size. We can define the size of the title in the size property. It accepts from h1 to h6 size.

  • h1
  • h2
  • h3
  • h4
  • h5
  • h6
{
"title": {
"type": "title",
"title": "This is a title",
"size": "h1"
}
}

It works like the previously defined text type, so it accepts visibility conditions, tooltips and colors.

Storybook example

Form Title#