-
## What problem does this feature solve?
Currently the latest Ng-Zorro library is synced with Ant-Design somewhere between 4.1 and 4.4
Are there any plans to sync the style with any 5.x Version ? …
-
Hello everyone , we are very happy that the early version for Ant Design v5 have been released to Nuget, and you can try it by install the package:
.csproj:
```xml
```
_import.razor:
```cs
…
-
### Share your bug report, feature request, or comment.
This is likely a large task, especially from the theming side, they dropped Less support. In general that's good, but that's how we were previo…
gabek updated
4 months ago
-
### Reproduction link
[https://ant.design/~demos/tree-select-demo-basic](https://ant.design/~demos/tree-select-demo-basic)
### Steps to reproduce
下拉
### What is expected?
最下面的一个选项不被遮挡
…
-
### Reproduction link
[![Edit on CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/p/sandbox/antd-reproduction-template-forked-jyh2k9)
### Steps to rep…
-
### Reproduction link
[![Edit on CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/p/sandbox/antd-reproduction-template-forked-qlfglw)
### Steps to rep…
-
### Reproduction link
[https://ant.design/theme-editor](https://ant.design/theme-editor)
### Steps to reproduce
1. Navigate to: Component > Modal.
2. Attempt to change contentBg, footerBg, o…
-
开发环境:
- 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…
-
### 🧐 问题描述 | Problem description
antd v5 出来前的 antd pro 初始化的项目,如何把 antd v4 升级到 v5,之前尝试了报错太多,解决不了, 我需要使用 v5 表格 Column 中的 hidden | 隐藏列 | boolean | false | 5.13.0
### 💻 示例代码 | Sample code
#…
-
### What problem does this feature solve?
In Ant v5.21.0 the prop `color` was added to the Button component, and it currently accepts 3 values: `default`, `primary`, or `danger`.
In addition to…