UI Components
Text
The text component has the following properties:
text
: the text. Can include a subset of markdown (bold, italic, and links).textSize
(optional): one ofS
,M
,L
, defaults toM
textColor
(optional): one ofNORMAL
,MUTED
,SUCCESS
,WARNING
,ERROR
, defaults toNORMAL
For example:
Was this page helpful?