> ## Documentation Index
> Fetch the complete documentation index at: https://www.plain.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Text

<Frame>
  <img src="https://mintcdn.com/plain/EjhjILX5S36Y2AF-/public/images/ui-component-text.png?fit=max&auto=format&n=EjhjILX5S36Y2AF-&q=85&s=5e22ab88c83d86088afaffa9c0387cca" 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" />
