diff --git a/components/icon/index.en-US.md b/components/icon/index.en-US.md
index eb6bf437f4..2be5228d14 100644
--- a/components/icon/index.en-US.md
+++ b/components/icon/index.en-US.md
@@ -4,6 +4,7 @@ group: General
title: Icon
description: Semantic vector graphics.
toc: false
+showImport: false
cover: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*PdAYS7anRpoAAAAAAAAAAAAADrJ8AQ/original
coverDark: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*xEDOTJx2DEkAAAAAAAAAAAAADrJ8AQ/original
demo:
@@ -108,8 +109,8 @@ We added a `createFromIconfontCN` function to help developer use their own icons
```jsx
import React from 'react';
-import ReactDOM from 'react-dom/client';
import { createFromIconfontCN } from '@ant-design/icons';
+import ReactDOM from 'react-dom/client';
const MyIcon = createFromIconfontCN({
scriptUrl: '//at.alicdn.com/t/font_8d5l8fzk5b87iudi.js', // generate in iconfont.cn
@@ -157,9 +158,10 @@ module.exports = {
```jsx
import React from 'react';
-import ReactDOM from 'react-dom/client';
import Icon from '@ant-design/icons';
import MessageSvg from 'path/to/message.svg'; // path to your '*.svg' file.
+import ReactDOM from 'react-dom/client';
+
// in create-react-app:
// import { ReactComponent as MessageSvg } from 'path/to/message.svg';
diff --git a/components/icon/index.zh-CN.md b/components/icon/index.zh-CN.md
index f9274c2cc7..be949ed4ec 100644
--- a/components/icon/index.zh-CN.md
+++ b/components/icon/index.zh-CN.md
@@ -5,6 +5,7 @@ description: 语义化的矢量图形。
group: 通用
title: Icon
toc: false
+showImport: false
cover: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*PdAYS7anRpoAAAAAAAAAAAAADrJ8AQ/original
coverDark: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*xEDOTJx2DEkAAAAAAAAAAAAADrJ8AQ/original
demo:
diff --git a/components/image/index.en-US.md b/components/image/index.en-US.md
index 265c91ecd3..4fbf54934a 100644
--- a/components/image/index.en-US.md
+++ b/components/image/index.en-US.md
@@ -2,13 +2,12 @@
category: Components
group: Data Display
title: Image
+description: Preview-able image.
cols: 2
cover: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*FbOCS6aFMeUAAAAAAAAAAAAADrJ8AQ/original
coverDark: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*LVQ3R5JjjJEAAAAAAAAAAAAADrJ8AQ/original
---
-Previewable image.
-
## When To Use
- When you need to display pictures.
diff --git a/components/image/index.zh-CN.md b/components/image/index.zh-CN.md
index 6c33b65f66..caed1d6c16 100644
--- a/components/image/index.zh-CN.md
+++ b/components/image/index.zh-CN.md
@@ -1,15 +1,14 @@
---
category: Components
-subtitle: 图片
group: 数据展示
title: Image
+subtitle: 图片
+description: 可预览的图片。
cols: 2
cover: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*FbOCS6aFMeUAAAAAAAAAAAAADrJ8AQ/original
coverDark: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*LVQ3R5JjjJEAAAAAAAAAAAAADrJ8AQ/original
---
-可预览的图片。
-
## 何时使用
- 需要展示图片时使用。
diff --git a/components/input-number/index.en-US.md b/components/input-number/index.en-US.md
index 02e955ebb7..4f7fe44a6e 100644
--- a/components/input-number/index.en-US.md
+++ b/components/input-number/index.en-US.md
@@ -2,14 +2,13 @@
category: Components
group: Data Entry
title: InputNumber
+description: Enter a number within certain range with the mouse or keyboard.
cover: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*JvWbSYhuNlIAAAAAAAAAAAAADrJ8AQ/original
coverDark: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*1uH-R5kLAMIAAAAAAAAAAAAADrJ8AQ/original
demo:
cols: 2
---
-Enter a number within certain range with the mouse or keyboard.
-
## When To Use
When a numeric value needs to be provided.
diff --git a/components/input-number/index.zh-CN.md b/components/input-number/index.zh-CN.md
index a2fe97b6e2..7b522f4369 100644
--- a/components/input-number/index.zh-CN.md
+++ b/components/input-number/index.zh-CN.md
@@ -1,16 +1,15 @@
---
category: Components
-subtitle: 数字输入框
group: 数据录入
title: InputNumber
+subtitle: 数字输入框
+description: 通过鼠标或键盘,输入范围内的数值。
cover: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*JvWbSYhuNlIAAAAAAAAAAAAADrJ8AQ/original
coverDark: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*1uH-R5kLAMIAAAAAAAAAAAAADrJ8AQ/original
demo:
cols: 2
---
-通过鼠标或键盘,输入范围内的数值。
-
## 何时使用
当需要获取标准数值时。
diff --git a/components/input/index.en-US.md b/components/input/index.en-US.md
index ffc1d02d3c..dfa46f103f 100644
--- a/components/input/index.en-US.md
+++ b/components/input/index.en-US.md
@@ -2,14 +2,13 @@
category: Components
group: Data Entry
title: Input
+description: Through mouse or keyboard input content, it is the most basic form field wrapper.
cover: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*Y3R0RowXHlAAAAAAAAAAAAAADrJ8AQ/original
coverDark: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*sBqqTatJ-AkAAAAAAAAAAAAADrJ8AQ/original
demo:
cols: 2
---
-A basic widget for getting the user input is a text field. Keyboard and mouse can be used for providing or changing data.
-
## When To Use
- A user input in a form field is needed.
diff --git a/components/input/index.zh-CN.md b/components/input/index.zh-CN.md
index e8e7ef98af..a264d123ad 100644
--- a/components/input/index.zh-CN.md
+++ b/components/input/index.zh-CN.md
@@ -1,16 +1,15 @@
---
category: Components
-subtitle: 输入框
group: 数据录入
title: Input
+subtitle: 输入框
+description: 通过鼠标或键盘输入内容,是最基础的表单域的包装。
cover: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*Y3R0RowXHlAAAAAAAAAAAAAADrJ8AQ/original
coverDark: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*sBqqTatJ-AkAAAAAAAAAAAAADrJ8AQ/original
demo:
cols: 2
---
-通过鼠标或键盘输入内容,是最基础的表单域的包装。
-
## 何时使用
- 需要用户输入表单域内容时。
diff --git a/components/layout/index.en-US.md b/components/layout/index.en-US.md
index 3c15fe6cdb..5b13351d4b 100644
--- a/components/layout/index.en-US.md
+++ b/components/layout/index.en-US.md
@@ -2,12 +2,11 @@
category: Components
group: Layout
title: Layout
+description: Handling the overall layout of a page.
cover: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*4i58ToAcxaYAAAAAAAAAAAAADrJ8AQ/original
coverDark: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*HdS6Q5vUCDcAAAAAAAAAAAAADrJ8AQ/original
---
-Handling the overall layout of a page.
-
## Specification
### Size
diff --git a/components/layout/index.zh-CN.md b/components/layout/index.zh-CN.md
index 5db4fdea7e..10a6b94241 100644
--- a/components/layout/index.zh-CN.md
+++ b/components/layout/index.zh-CN.md
@@ -1,14 +1,13 @@
---
category: Components
-subtitle: 布局
group: 布局
title: Layout
+subtitle: 布局
+description: 协助进行页面级整体布局。
cover: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*4i58ToAcxaYAAAAAAAAAAAAADrJ8AQ/original
coverDark: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*HdS6Q5vUCDcAAAAAAAAAAAAADrJ8AQ/original
---
-协助进行页面级整体布局。
-
## 设计规则
### 尺寸
diff --git a/components/list/index.en-US.md b/components/list/index.en-US.md
index dc6e3df42d..c626aecef1 100644
--- a/components/list/index.en-US.md
+++ b/components/list/index.en-US.md
@@ -2,12 +2,11 @@
category: Components
group: Data Display
title: List
+description: Basic list display, which can carry text, lists, pictures, paragraphs.
cover: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*EYuhSpw1iSwAAAAAAAAAAAAADrJ8AQ/original
coverDark: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*tBzwQ7raKX8AAAAAAAAAAAAADrJ8AQ/original
---
-Simple List.
-
## When To Use
A list can be used to display content related to a single subject. The content can consist of multiple elements of varying type and size.
diff --git a/components/list/index.zh-CN.md b/components/list/index.zh-CN.md
index f532377310..289ca0aa0a 100644
--- a/components/list/index.zh-CN.md
+++ b/components/list/index.zh-CN.md
@@ -3,12 +3,11 @@ category: Components
group: 数据展示
title: List
subtitle: 列表
+description: 最基础的列表展示,可承载文字、列表、图片、段落。
cover: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*EYuhSpw1iSwAAAAAAAAAAAAADrJ8AQ/original
coverDark: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*tBzwQ7raKX8AAAAAAAAAAAAADrJ8AQ/original
---
-通用列表。
-
## 何时使用
最基础的列表展示,可承载文字、列表、图片、段落,常用于后台数据展示页面。
diff --git a/components/mentions/index.en-US.md b/components/mentions/index.en-US.md
index bb99a09a2b..0598090af4 100644
--- a/components/mentions/index.en-US.md
+++ b/components/mentions/index.en-US.md
@@ -2,14 +2,13 @@
category: Components
group: Data Entry
title: Mentions
+description: Used to mention someone or something in an input.
cover: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*e4bXT7Uhi9YAAAAAAAAAAAAADrJ8AQ/original
coverDark: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*pxR2S53P_xoAAAAAAAAAAAAADrJ8AQ/original
demo:
cols: 2
---
-Mention component.
-
## When To Use
When you need to mention someone or something.
diff --git a/components/mentions/index.zh-CN.md b/components/mentions/index.zh-CN.md
index 39c68fca28..58c2455af8 100644
--- a/components/mentions/index.zh-CN.md
+++ b/components/mentions/index.zh-CN.md
@@ -1,16 +1,15 @@
---
category: Components
-subtitle: 提及
group: 数据录入
title: Mentions
+subtitle: 提及
+description: 用于在输入中提及某人或某事。
cover: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*e4bXT7Uhi9YAAAAAAAAAAAAADrJ8AQ/original
coverDark: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*pxR2S53P_xoAAAAAAAAAAAAADrJ8AQ/original
demo:
cols: 2
---
-提及组件。
-
## 何时使用
用于在输入中提及某人或某事,常用于发布、聊天或评论功能。
diff --git a/components/menu/index.en-US.md b/components/menu/index.en-US.md
index b66c462b4b..63346bf92c 100644
--- a/components/menu/index.en-US.md
+++ b/components/menu/index.en-US.md
@@ -2,12 +2,11 @@
category: Components
group: Navigation
title: Menu
+description: A versatile menu for navigation.
cover: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*KeyQQL5iKkkAAAAAAAAAAAAADrJ8AQ/original
coverDark: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*Vn4XSqJFAxcAAAAAAAAAAAAADrJ8AQ/original
---
-A versatile menu for navigation.
-
## When To Use
Navigation is an important part of any website, as a good navigation setup allows users to move around the site quickly and efficiently. Ant Design offers two navigation options: top and side. Top navigation provides all the categories and functions of the website. Side navigation provides the multi-level structure of the website.
diff --git a/components/menu/index.zh-CN.md b/components/menu/index.zh-CN.md
index 3321db0252..6bfe61e1c7 100644
--- a/components/menu/index.zh-CN.md
+++ b/components/menu/index.zh-CN.md
@@ -3,12 +3,11 @@ category: Components
group: 导航
title: Menu
subtitle: 导航菜单
+description: 为页面和功能提供导航的菜单列表。
cover: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*KeyQQL5iKkkAAAAAAAAAAAAADrJ8AQ/original
coverDark: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*Vn4XSqJFAxcAAAAAAAAAAAAADrJ8AQ/original
---
-为页面和功能提供导航的菜单列表。
-
## 何时使用
导航菜单是一个网站的灵魂,用户依赖导航在各个页面中进行跳转。一般分为顶部导航和侧边导航,顶部导航提供全局性的类目和功能,侧边导航提供多级结构来收纳和排列网站架构。
diff --git a/components/message/index.en-US.md b/components/message/index.en-US.md
index c6e2985a70..cd4ec100f0 100644
--- a/components/message/index.en-US.md
+++ b/components/message/index.en-US.md
@@ -3,14 +3,13 @@ category: Components
group: Feedback
noinstant: true
title: Message
+description: Display global messages as feedback in response to user operations.
cover: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*Xl5ORK7Iy44AAAAAAAAAAAAADrJ8AQ/original
coverDark: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*fv7mQIWdUgcAAAAAAAAAAAAADrJ8AQ/original
demo:
cols: 2
---
-Display global messages as feedback in response to user operations.
-
## When To Use
- To provide feedback such as success, warning, error etc.
diff --git a/components/message/index.zh-CN.md b/components/message/index.zh-CN.md
index 35ee8ca484..f2a75145aa 100644
--- a/components/message/index.zh-CN.md
+++ b/components/message/index.zh-CN.md
@@ -1,17 +1,16 @@
---
category: Components
-subtitle: 全局提示
group: 反馈
noinstant: true
title: Message
+subtitle: 全局提示
+description: 全局展示操作反馈信息。
cover: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*Xl5ORK7Iy44AAAAAAAAAAAAADrJ8AQ/original
coverDark: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*fv7mQIWdUgcAAAAAAAAAAAAADrJ8AQ/original
demo:
cols: 2
---
-全局展示操作反馈信息。
-
## 何时使用
- 可提供成功、警告和错误等反馈信息。
diff --git a/components/modal/index.en-US.md b/components/modal/index.en-US.md
index d4954fef2a..db81135d33 100644
--- a/components/modal/index.en-US.md
+++ b/components/modal/index.en-US.md
@@ -2,14 +2,13 @@
group: Feedback
category: Components
title: Modal
+description: Display a modal dialog box, providing a title, content area, and action buttons.
cover: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*Z9vzQZAdJDQAAAAAAAAAAAAADrJ8AQ/original
coverDark: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*WtgsSLPa1Z4AAAAAAAAAAAAADrJ8AQ/original
demo:
cols: 2
---
-Modal dialogs.
-
## When To Use
When requiring users to interact with the application, but without jumping to a new page and interrupting the user's workflow, you can use `Modal` to create a new floating layer over the current page to get user feedback or display information.
diff --git a/components/modal/index.zh-CN.md b/components/modal/index.zh-CN.md
index 6bd4375361..b2c362285d 100644
--- a/components/modal/index.zh-CN.md
+++ b/components/modal/index.zh-CN.md
@@ -1,16 +1,15 @@
---
group: 反馈
category: Components
-subtitle: 对话框
title: Modal
+subtitle: 对话框
+description: 展示一个对话框,提供标题、内容区、操作区。
cover: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*Z9vzQZAdJDQAAAAAAAAAAAAADrJ8AQ/original
coverDark: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*WtgsSLPa1Z4AAAAAAAAAAAAADrJ8AQ/original
demo:
cols: 2
---
-模态对话框。
-
## 何时使用
需要用户处理事务,又不希望跳转页面以致打断工作流程时,可以使用 `Modal` 在当前页面正中打开一个浮层,承载相应的操作。
diff --git a/components/notification/index.en-US.md b/components/notification/index.en-US.md
index 7dc67b4670..564dc7cd4e 100644
--- a/components/notification/index.en-US.md
+++ b/components/notification/index.en-US.md
@@ -3,14 +3,13 @@ category: Components
group: Feedback
noinstant: true
title: Notification
+description: Prompt notification message globally.
cover: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*cRmqTY4nKPEAAAAAAAAAAAAADrJ8AQ/original
coverDark: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*W3RmSov-xVMAAAAAAAAAAAAADrJ8AQ/original
demo:
cols: 2
---
-Display a notification message globally.
-
## When To Use
To display a notification message at any of the four corners of the viewport. Typically it can be used in the following cases:
diff --git a/components/notification/index.zh-CN.md b/components/notification/index.zh-CN.md
index f0025f7417..c003d194db 100644
--- a/components/notification/index.zh-CN.md
+++ b/components/notification/index.zh-CN.md
@@ -4,14 +4,13 @@ group: 反馈
noinstant: true
title: Notification
subtitle: 通知提醒框
+description: 全局展示通知提醒信息。
cover: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*cRmqTY4nKPEAAAAAAAAAAAAADrJ8AQ/original
coverDark: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*W3RmSov-xVMAAAAAAAAAAAAADrJ8AQ/original
demo:
cols: 2
---
-全局展示通知提醒信息。
-
## 何时使用
在系统四个角显示通知提醒信息。经常用于以下情况:
diff --git a/components/overview/index.en-US.md b/components/overview/index.en-US.md
index f4ab40dc0a..283af486c1 100644
--- a/components/overview/index.en-US.md
+++ b/components/overview/index.en-US.md
@@ -1,6 +1,7 @@
---
category: Components
title: Components Overview
+showImport: false
---
`antd` provides plenty of UI components to enrich your web applications, and we will improve components experience consistently. We also recommend some great [Third-Party Libraries](/docs/react/recommendation) additionally.
diff --git a/components/overview/index.zh-CN.md b/components/overview/index.zh-CN.md
index 34147df048..0f96dd0c67 100644
--- a/components/overview/index.zh-CN.md
+++ b/components/overview/index.zh-CN.md
@@ -1,6 +1,7 @@
---
category: Components
title: 组件总览
+showImport: false
---
`antd` 为 Web 应用提供了丰富的基础 UI 组件,我们还将持续探索企业级应用的最佳 UI 实践。除了官方组件,我们也提供了[社区精选组件](/docs/react/recommendation-cn)作为必要的补充,另外如果您是内网用户,欢迎尝试使用 [TechUI](https://techui.alipay.com)。
diff --git a/components/pagination/index.en-US.md b/components/pagination/index.en-US.md
index 525e90a0e7..db4019301a 100644
--- a/components/pagination/index.en-US.md
+++ b/components/pagination/index.en-US.md
@@ -2,12 +2,11 @@
category: Components
group: Navigation
title: Pagination
+description: A long list can be divided into several pages, and only one page will be loaded at a time.
cover: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*8y_iTJGY_aUAAAAAAAAAAAAADrJ8AQ/original
coverDark: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*WM86SrBC8TsAAAAAAAAAAAAADrJ8AQ/original
---
-A long list can be divided into several pages using `Pagination`, and only one page will be loaded at a time.
-
## When To Use
- When it will take a long time to load/render all items.
diff --git a/components/pagination/index.zh-CN.md b/components/pagination/index.zh-CN.md
index cd390892df..7700bdea9e 100644
--- a/components/pagination/index.zh-CN.md
+++ b/components/pagination/index.zh-CN.md
@@ -1,14 +1,13 @@
---
category: Components
-subtitle: 分页
group: 导航
title: Pagination
+subtitle: 分页
+description: 分页器用于分隔长列表,每次只加载一个页面。
cover: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*8y_iTJGY_aUAAAAAAAAAAAAADrJ8AQ/original
coverDark: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*WM86SrBC8TsAAAAAAAAAAAAADrJ8AQ/original
---
-采用分页的形式分隔长列表,每次只加载一个页面。
-
## 何时使用
- 当加载/渲染所有数据将花费很多时间时;
diff --git a/components/popconfirm/index.en-US.md b/components/popconfirm/index.en-US.md
index 68fb8d0ae9..84f39c8742 100644
--- a/components/popconfirm/index.en-US.md
+++ b/components/popconfirm/index.en-US.md
@@ -2,14 +2,13 @@
category: Components
group: Feedback
title: Popconfirm
+description: Pop up a bubble confirmation box for an action.
cover: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*a7tqQ6wrdeAAAAAAAAAAAAAADrJ8AQ/original
coverDark: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*iwYsQpeFcB0AAAAAAAAAAAAADrJ8AQ/original
demo:
cols: 2
---
-A simple and compact confirmation dialog of an action.
-
## When To Use
A simple and compact dialog used for asking for user confirmation.
diff --git a/components/popconfirm/index.zh-CN.md b/components/popconfirm/index.zh-CN.md
index 035d517896..8e9b2ed0e4 100644
--- a/components/popconfirm/index.zh-CN.md
+++ b/components/popconfirm/index.zh-CN.md
@@ -1,16 +1,15 @@
---
category: Components
-subtitle: 气泡确认框
group: 反馈
title: Popconfirm
+subtitle: 气泡确认框
+description: 点击元素,弹出气泡式的确认框。
cover: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*a7tqQ6wrdeAAAAAAAAAAAAAADrJ8AQ/original
coverDark: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*iwYsQpeFcB0AAAAAAAAAAAAADrJ8AQ/original
demo:
cols: 2
---
-点击元素,弹出气泡式的确认框。
-
## 何时使用
目标元素的操作需要用户进一步的确认时,在目标元素附近弹出浮层提示,询问用户。
diff --git a/components/popover/index.en-US.md b/components/popover/index.en-US.md
index 0fd6125a5c..d5a2be331d 100644
--- a/components/popover/index.en-US.md
+++ b/components/popover/index.en-US.md
@@ -2,14 +2,13 @@
category: Components
group: Data Display
title: Popover
+description: The floating card pops up when clicking/mouse hovering over an element.
cover: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*kfW5RrfF4L8AAAAAAAAAAAAADrJ8AQ/original
coverDark: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*6b8fSKVVtXIAAAAAAAAAAAAADrJ8AQ/original
demo:
cols: 2
---
-The floating card popped by clicking or hovering.
-
## When To Use
A simple popup menu to provide extra information or operations.
diff --git a/components/popover/index.zh-CN.md b/components/popover/index.zh-CN.md
index d46232db08..61cf1cbe64 100644
--- a/components/popover/index.zh-CN.md
+++ b/components/popover/index.zh-CN.md
@@ -1,16 +1,15 @@
---
category: Components
-subtitle: 气泡卡片
group: 数据展示
title: Popover
+subtitle: 气泡卡片
+description: 点击/鼠标移入元素,弹出气泡式的卡片浮层。
cover: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*kfW5RrfF4L8AAAAAAAAAAAAADrJ8AQ/original
coverDark: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*6b8fSKVVtXIAAAAAAAAAAAAADrJ8AQ/original
demo:
cols: 2
---
-点击/鼠标移入元素,弹出气泡式的卡片浮层。
-
## 何时使用
当目标元素有进一步的描述和相关操作时,可以收纳到卡片中,根据用户的操作行为进行展现。
diff --git a/components/progress/index.en-US.md b/components/progress/index.en-US.md
index 16420b5da8..3450ab2823 100644
--- a/components/progress/index.en-US.md
+++ b/components/progress/index.en-US.md
@@ -2,14 +2,13 @@
category: Components
group: Feedback
title: Progress
+description: Display the current progress of the operation.
cover: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*gK_4S6fDRfgAAAAAAAAAAAAADrJ8AQ/original
coverDark: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*HJH8Tb1lcYAAAAAAAAAAAAAADrJ8AQ/original
demo:
cols: 2
---
-Display the current progress of an operation flow.
-
## When To Use
If it will take a long time to complete an operation, you can use `Progress` to show the current progress and status.
diff --git a/components/progress/index.zh-CN.md b/components/progress/index.zh-CN.md
index d6f474d4b7..9c2db49048 100644
--- a/components/progress/index.zh-CN.md
+++ b/components/progress/index.zh-CN.md
@@ -1,16 +1,15 @@
---
category: Components
-subtitle: 进度条
group: 反馈
title: Progress
+subtitle: 进度条
+description: 展示操作的当前进度。
cover: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*gK_4S6fDRfgAAAAAAAAAAAAADrJ8AQ/original
coverDark: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*HJH8Tb1lcYAAAAAAAAAAAAAADrJ8AQ/original
demo:
cols: 2
---
-展示操作的当前进度。
-
## 何时使用
在操作需要较长时间才能完成时,为用户显示该操作的当前进度和状态。
diff --git a/components/qr-code/index.en-US.md b/components/qr-code/index.en-US.md
index b1e034ec38..ea9cd8adb1 100644
--- a/components/qr-code/index.en-US.md
+++ b/components/qr-code/index.en-US.md
@@ -1,6 +1,7 @@
---
category: Components
title: QRCode
+description: Components that can convert text into QR codes, and support custom color and logo.
cover: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*cJopQrf0ncwAAAAAAAAAAAAADrJ8AQ/original
coverDark: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*M4PBTZ_n9OgAAAAAAAAAAAAADrJ8AQ/original
demo:
@@ -11,7 +12,7 @@ group:
tag: New
---
-Components that can convert text into QR codes, and support custom color and logo. Available since `antd@5.1.0`.
+Available since `antd@5.1.0`.
:::info
diff --git a/components/qr-code/index.zh-CN.md b/components/qr-code/index.zh-CN.md
index 62f32f3124..66c1849619 100644
--- a/components/qr-code/index.zh-CN.md
+++ b/components/qr-code/index.zh-CN.md
@@ -1,7 +1,8 @@
---
category: Components
-subtitle: 二维码
title: QRCode
+subtitle: 二维码
+description: 能够将文本转换生成二维码的组件,支持自定义配色和 Logo 配置。
cover: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*cJopQrf0ncwAAAAAAAAAAAAADrJ8AQ/original
coverDark: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*M4PBTZ_n9OgAAAAAAAAAAAAADrJ8AQ/original
demo:
@@ -12,7 +13,7 @@ group:
tag: New
---
-能够将文本转换生成二维码的组件,支持自定义配色和 Logo 配置,自 `antd@5.1.0` 版本开始提供该组件。
+自 `antd@5.1.0` 版本开始提供该组件。
:::info
diff --git a/components/radio/index.en-US.md b/components/radio/index.en-US.md
index e173270a41..0680395752 100644
--- a/components/radio/index.en-US.md
+++ b/components/radio/index.en-US.md
@@ -2,14 +2,13 @@
category: Components
group: Data Entry
title: Radio
+description: Used to select a single state from multiple options.
cover: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*mrPVRope68wAAAAAAAAAAAAADrJ8AQ/original
coverDark: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*xPfTSphsiA0AAAAAAAAAAAAADrJ8AQ/original
demo:
cols: 2
---
-Radio.
-
## When To Use
- Used to select a single state from multiple options.
diff --git a/components/radio/index.zh-CN.md b/components/radio/index.zh-CN.md
index edb67e3d94..948650e301 100644
--- a/components/radio/index.zh-CN.md
+++ b/components/radio/index.zh-CN.md
@@ -1,16 +1,15 @@
---
category: Components
-subtitle: 单选框
group: 数据录入
title: Radio
+subtitle: 单选框
+description: 用于在多个备选项中选中单个状态。
cover: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*mrPVRope68wAAAAAAAAAAAAADrJ8AQ/original
coverDark: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*xPfTSphsiA0AAAAAAAAAAAAADrJ8AQ/original
demo:
cols: 2
---
-单选框。
-
## 何时使用
- 用于在多个备选项中选中单个状态。
diff --git a/components/rate/index.en-US.md b/components/rate/index.en-US.md
index 28910671ce..354f9f8a21 100644
--- a/components/rate/index.en-US.md
+++ b/components/rate/index.en-US.md
@@ -2,14 +2,13 @@
category: Components
group: Data Entry
title: Rate
+description: Used for rating operation on something.
cover: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*oyOcTrB12_YAAAAAAAAAAAAADrJ8AQ/original
coverDark: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*M7_ER7GJr6wAAAAAAAAAAAAADrJ8AQ/original
demo:
cols: 2
---
-Rate component.
-
## When To Use
- Show evaluation.
diff --git a/components/rate/index.zh-CN.md b/components/rate/index.zh-CN.md
index d554adbf53..bf3739d25d 100644
--- a/components/rate/index.zh-CN.md
+++ b/components/rate/index.zh-CN.md
@@ -1,16 +1,15 @@
---
category: Components
-subtitle: 评分
group: 数据录入
title: Rate
+subtitle: 评分
+description: 用于对事物进行评分操作。
cover: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*oyOcTrB12_YAAAAAAAAAAAAADrJ8AQ/original
coverDark: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*M7_ER7GJr6wAAAAAAAAAAAAADrJ8AQ/original
demo:
cols: 2
---
-评分组件。
-
## 何时使用
- 对评价进行展示。
diff --git a/components/result/index.en-US.md b/components/result/index.en-US.md
index dd5bc97292..94cc68dc5e 100644
--- a/components/result/index.en-US.md
+++ b/components/result/index.en-US.md
@@ -2,12 +2,11 @@
group: Feedback
category: Components
title: Result
+description: Used to feedback the processing results of a series of operations.
cover: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*-e2IRroDJyEAAAAAAAAAAAAADrJ8AQ/original
coverDark: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*-0kxQrbHx2kAAAAAAAAAAAAADrJ8AQ/original
---
-Used to feed back the results of a series of operational tasks.
-
## When To Use
Use when important operations need to inform the user to process the results and the feedback is more complicated.
diff --git a/components/result/index.zh-CN.md b/components/result/index.zh-CN.md
index 1867fb5835..641a0eca5c 100644
--- a/components/result/index.zh-CN.md
+++ b/components/result/index.zh-CN.md
@@ -3,12 +3,11 @@ group: 反馈
category: Components
title: Result
subtitle: 结果
+description: 用于反馈一系列操作任务的处理结果。
cover: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*-e2IRroDJyEAAAAAAAAAAAAADrJ8AQ/original
coverDark: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*-0kxQrbHx2kAAAAAAAAAAAAADrJ8AQ/original
---
-用于反馈一系列操作任务的处理结果。
-
## 何时使用
当有重要操作需告知用户处理结果,且反馈内容较为复杂时使用。
diff --git a/components/segmented/index.en-US.md b/components/segmented/index.en-US.md
index 1ccfeea297..c1eeb18764 100644
--- a/components/segmented/index.en-US.md
+++ b/components/segmented/index.en-US.md
@@ -2,13 +2,14 @@
category: Components
group: Data Display
title: Segmented
+description: Display multiple options and allow users to select a single option.
cover: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*XJR2TbS1aaQAAAAAAAAAAAAADrJ8AQ/original
coverDark: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*-9tSSoO_MkIAAAAAAAAAAAAADrJ8AQ/original
demo:
cols: 2
---
-Segmented Controls. This component is available since `antd@4.20.0`.
+This component is available since `antd@4.20.0`.
## When To Use
diff --git a/components/segmented/index.zh-CN.md b/components/segmented/index.zh-CN.md
index c8e29a9999..10f396fc41 100644
--- a/components/segmented/index.zh-CN.md
+++ b/components/segmented/index.zh-CN.md
@@ -1,15 +1,16 @@
---
category: Components
-subtitle: 分段控制器
group: 数据展示
title: Segmented
+subtitle: 分段控制器
+description: 用于展示多个选项并允许用户选择其中单个选项。
cover: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*XJR2TbS1aaQAAAAAAAAAAAAADrJ8AQ/original
coverDark: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*-9tSSoO_MkIAAAAAAAAAAAAADrJ8AQ/original
demo:
cols: 2
---
-分段控制器。自 `antd@4.20.0` 版本开始提供该组件。
+自 `antd@4.20.0` 版本开始提供该组件。
## 何时使用
diff --git a/components/select/index.en-US.md b/components/select/index.en-US.md
index 69913b4891..30ecd683d4 100644
--- a/components/select/index.en-US.md
+++ b/components/select/index.en-US.md
@@ -2,14 +2,13 @@
category: Components
group: Data Entry
title: Select
+description: A dropdown menu for displaying choices.
cover: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*qGSbQJ0POEsAAAAAAAAAAAAADrJ8AQ/original
coverDark: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*a6ggRInInJ4AAAAAAAAAAAAADrJ8AQ/original
demo:
cols: 2
---
-Select component to select value from options.
-
## When To Use
- A dropdown menu for displaying choices - an elegant alternative to the native `