UI Components
PlainText
Useful when you want to show any text that should not have any formatting (is not Markdown). If you want markdown please use Text.
The plain text component has the following properties:
plainText
: the plain textplainTextSize
(optional): one ofS
,M
,L
, defaults toM
plainTextColor
(optional): one ofNORMAL
,MUTED
,SUCCESS
,WARNING
,ERROR
, defaults toNORMAL
For example:
Was this page helpful?