# Container

`function` in `discord-component-embed` · v0.1.0

<https://docs.seedcord.org/packages/discord-component-embed/0.1.0/functions/container>

The root of every component embed. `toComponentEmbed` reads it. Rendering it with React outputs nothing.

```ts
Container(_props: ContainerProps): null
```

The root of every component embed. `toComponentEmbed` reads it. Rendering it with React outputs nothing.

Parameters.

- `_props` `ContainerProps`

Returns `null`.
