---
order: 5
title:
zh-CN: 信息提示
en-US: Information modal dialog
---
## zh-CN
各种类型的信息提示,只提供一个按钮用于关闭。
## en-US
In the various types of information modal dialog, only one button to close dialog is provided.
```tsx
import { Button, Modal, Space } from 'antd';
import React from 'react';
const info = () => {
Modal.info({
title: 'This is a notification message',
content: (