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

# Container

> Useful when you need to create a bit of structure.

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

A container has the following properties:

* `containerContent` (min 1): an array of components.

Allowed components within a Container are:

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

For example:

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