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

# Row

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

A row lays out two groups of components side by side, one aligned left and one aligned right.

<Frame>
  <img src="https://mintcdn.com/plain-docs-orca-916-agent-docs-restructure/iAAItm1tmWvvIVSZ/public/images/ui-component-row.png?fit=max&auto=format&n=iAAItm1tmWvvIVSZ&q=85&s=e0dae4e229058a507d131558b3414807" 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" />
