> ## 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.

# 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](/ui-components/text).

Plain text renders text exactly as given, with no Markdown parsing. For formatted text, use [Text](/ui-components/text) instead.

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

The plain text component has the following properties:

* `plainText`: the plain text
* `plainTextSize` (optional): one of `S`, `M`, `L`, defaults to `M`
* `plainTextColor` (optional): one of `NORMAL`, `MUTED`, `SUCCESS`, `WARNING`, `ERROR`, defaults to `NORMAL`

For example:

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