lijianan
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
4 additions and
8 deletions
-
components/icon/index.en-US.md
-
components/icon/index.zh-CN.md
|
@ -12,11 +12,9 @@ demo: |
|
|
|
|
|
|
|
|
## How to use |
|
|
## How to use |
|
|
|
|
|
|
|
|
Before use icons, you need to install `@ant-design/icons` package: |
|
|
Before use icons, you need to install [@ant-design/icons](https://github.com/ant-design/ant-design-icons) package: |
|
|
|
|
|
|
|
|
```bash |
|
|
<InstallDependencies npm='npm install @ant-design/icons --save' yarn='yarn add @ant-design/icons' pnpm='pnpm install @ant-design/icons --save'></InstallDependencies> |
|
|
npm install --save @ant-design/icons |
|
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
## List of icons |
|
|
## List of icons |
|
|
|
|
|
|
|
|
|
@ -13,11 +13,9 @@ demo: |
|
|
|
|
|
|
|
|
## 使用方法 |
|
|
## 使用方法 |
|
|
|
|
|
|
|
|
使用图标组件,你需要安装 `@ant-design/icons` 图标组件包: |
|
|
使用图标组件,你需要安装 [@ant-design/icons](https://github.com/ant-design/ant-design-icons) 图标组件包: |
|
|
|
|
|
|
|
|
```bash |
|
|
<InstallDependencies npm='npm install @ant-design/icons --save' yarn='yarn add @ant-design/icons' pnpm='pnpm install @ant-design/icons --save'></InstallDependencies> |
|
|
npm install --save @ant-design/icons |
|
|
|
|
|
``` |
|
|
|
|
|
|
|
|
|
|
|
## 设计师专属 |
|
|
## 设计师专属 |
|
|
|
|
|
|
|
|