-
If you need any new icons, please reply in this issue.
-
The `@ant-design/icons-vue` package on npm was last published 4 months ago, and many new icons have been added to the Ant Design Icon library since then. This means developers using the Vue package ar…
-
### Question
本地npm install安装依赖报错,好像是依赖冲突,请问应该怎么解决呢
### Description
While resolving: undefined@undefined
npm ERR! Found: react@18.3.1
npm ERR! node_modules/react
npm ERR! peer react@">=16.0.0…
-
- ref: https://ant.design/components/skeleton-cn#skeleton-demo-element
- icon ref :https://github.com/GraphScope/portal/blob/main/packages/studio-components/src/Icons/Cluster.tsx
![image](https://gi…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
I'm using meteor@1.10.2 with antd@4.3.0.
Any import of an Icon makes the app super slow on initial load (only initial site load).
E.g. using
```js
import { LaptopOutlined, NotificationOutlined…
-
antd 4.0 之后 icon 包独立, icon 需要通过 @ant-design/icons 组件包引入:
```
import { TeamOutlined } from '@ant-design/icons';
```
但配上 babel-plugin-import :
```
plugins: [
['import', { 'libraryName': 'antd…
-
开发环境:
- node v20.16.0
- vite v5.20.0
- ant v5.4.0
页面代码:
```
import { EllipsisOutlined, PlusOutlined } from '@ant-design/icons';
import type { ActionType, ProColumns } from '@ant-design/pro-co…
-
### 关于Icon
antd的Icon组件在3.9.0之后使用了 [SVG 图标替换了原先的 font 图标](https://ant-design.gitee.io/components/icon-cn/#SVG-%E5%9B%BE%E6%A0%87)。优势可以自行点击链接查看,但有个最大的劣势:全量引入了所有图标,导致 antd默认的包体积有一定增加。官方说会在以后增加新的 API 来实现…
-
``` Collecting page data ...file:///Users/ahsansher/workspace/work/informly/packages/web-fe/node_modules/@react-querybuilder/antd/dist/react-querybuilder_antd.mjs:923
import { HolderOutlined } from …