---
title: "Using Built-in React and Components Example"
description: "Extracted example from Render in Container"
---

# Render in Container

## Using Built-in React and Components

```jsx
const { Button } = ctx.libs.antd;

ctx.render(<Button>Click</Button>);
```
