---
title: "Example: React and antd Example"
description: "Extracted example from Import Modules"
---

# Import Modules

## Example: React and antd

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

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