Block: Text

The Text block is used to create text in a frame.

TextBlockConfig

Name Type Required Description
kind "Text" Yes
text string Yes
type TextType No

TextType

  • "lead"
  • "h1"
  • "h2"
  • "h3"
  • "h4"
  • "h5"
  • "h6"
  • "display-1"
  • "display-2"
  • "display-3"
  • "display-4"