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

# Row

> Useful when you need to show two things next to each-other.

<Frame>
  <img src="https://mintcdn.com/plain/EjhjILX5S36Y2AF-/public/images/ui-component-row.png?fit=max&auto=format&n=EjhjILX5S36Y2AF-&q=85&s=6ce2bf713d71187a30586c634d3bdcfc" alt="Example row" width="1664" height="636" data-path="public/images/ui-component-row.png" />
</Frame>

The row component has the following properties:

* `rowMainContent` (min 1): an array of row components
* `rowAsideContent` (min 1): an array of row components

The following components can be used in a row:

* [Badge](/ui-components/badge)
* [CopyButton](/ui-components/copy-button)
* [Divider](/ui-components/divider)
* [LinkButton](/ui-components/link-button)
* [Spacer](/ui-components/spacer)
* [Text](/ui-components/text)
* [PlainText](/ui-components/plain-text)

For example:

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