> ## Documentation Index
> Fetch the complete documentation index at: https://plain-docs-orca-916-agent-docs-restructure.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Text

> Renders a line of text, with optional size, color, and formatting.

Text renders a line of text, and accepts a subset of Markdown for bold, italic, and links.

<Frame>
  <img src="https://mintcdn.com/plain-docs-orca-916-agent-docs-restructure/iAAItm1tmWvvIVSZ/public/images/ui-component-text.png?fit=max&auto=format&n=iAAItm1tmWvvIVSZ&q=85&s=79ac11314ce542e551384894f60b6ec9" alt="Example text" width="1664" height="300" data-path="public/images/ui-component-text.png" />
</Frame>

The text component has the following properties:

* `text`: the text. Can include a subset of markdown (bold, italic, and links).
* `textSize` (optional): one of `S`, `M`, `L`, defaults to `M`
* `textColor` (optional): one of `NORMAL`, `MUTED`, `SUCCESS`, `WARNING`, `ERROR`, defaults to `NORMAL`

For example:

<Snippet file="graphql/ui-text.mdx" />
