Text

The text component is used for rendering blocks of text. Links and bold font can be rendered through Markdown. There are different styles provided which edit the color, weight, and font size. These cannot be edited through Markdown.

Parameters

ParameterPossible ValuesRequiredDescription
typetextYesThe type of component you are rendering.
idAny stringNoA unique identifier for the component.
textAny stringMarkdown Links []()Markdown Bold **YesThe text that will be rendered.
alignleft``center``rightNoAligns the text. Default is left.
styleheader``paragraph``muted``errorNoStyles the text. Default is paragraph.
bottom_marginnoneNoDisables a component’s margin-bottom of 10px.

Preview