An enterprise-class UI design language and React UI library
Go to file
二货爱吃白萝卜 8abb52fc92
fix: Modal hooks with render function (#53994)
* fix: renderProps

* test: add test case

* chore: simplify code
2025-06-04 10:44:31 +08:00
.cursor/rules Merge branch 'feature' into master-merge-feature 2025-05-06 19:17:54 +08:00
.devcontainer chore: add devcontainer (#53386) 2025-04-02 18:54:43 +08:00
.dumi docs: improve site experience (#53954) 2025-05-31 00:17:21 +08:00
.github ci: update assignees for dependency upgrade PR (#53985) 2025-06-03 15:35:14 +08:00
.husky feat: Add unstable api for React 19 compitable (#51979) 2024-12-18 14:09:49 +08:00
alias chore(deps): update dependency eslint to v9 (#50690) 2024-09-19 03:30:19 +08:00
components fix: Modal hooks with render function (#53994) 2025-06-04 10:44:31 +08:00
docs docs: fix blog code sample typo (#53922) 2025-05-27 16:20:01 +08:00
scripts chore(config): remove HMR setting and update TypeScript exclusion rules in configuration files (#53989) 2025-06-03 18:40:30 +08:00
tests test: fix image test (#53817) 2025-05-13 17:41:40 +08:00
typings fix: improve CSS cheker & fix lint errors (#53236) 2025-03-22 03:09:03 +00:00
.antd-tools.config.js 📚 docs: add token meta info to token system model (#39101) 2022-11-30 11:48:47 +08:00
.depslintrc.js chore(deps): update dependency eslint to v9 (#50690) 2024-09-19 03:30:19 +08:00
.dockerignore test: use azure deploy ui test report site (#24327) 2020-05-25 17:40:57 +08:00
.dumirc.ts docs(site): Network connection is not smooth notification (#53930) 2025-05-30 15:34:14 +08:00
.editorconfig 🎨 Add emoji in commit message 2018-11-12 14:18:16 +08:00
.gitignore chore: Update .gitignore (#53604) 2025-04-23 17:06:00 +08:00
.gitpod.yml Added Gitpod support (#14307) 2019-02-08 10:01:01 +08:00
.jest.image.js test: Update image snapshot logic (#46529) 2023-12-21 10:30:08 +08:00
.jest.js ci: bump jsdom (#52332) 2025-01-09 19:37:04 +08:00
.jest.node.js test: Update image snapshot logic (#46529) 2023-12-21 10:30:08 +08:00
.jest.site.js Revert "chore: migrate to vitest (#42506)" (#42900) 2023-06-07 21:59:21 +08:00
.lintstagedrc.json docs: use codesandbox as default reproduce link (#51219) 2024-10-13 20:45:19 +08:00
.ncurc.js chore: upgrade deps improve for v5 (#52773) 2025-02-13 11:29:06 +08:00
.npmignore chore: 📦 Optimize npm package size (#23698) 2020-04-28 14:11:43 +08:00
.npmrc chore(deps): update dependency eslint to v9 (#50690) 2024-09-19 03:30:19 +08:00
.prettierignore docs(🔥): release 5.21.0 with Splitter component and variant buttons (#50948) 2024-09-22 23:04:51 +08:00
.prettierrc style: remove importOrderSeparation from prettier config (#44336) 2023-08-22 13:11:18 +08:00
.remarkrc.js chore(deps): update dependency remark-preset-lint-recommended to v7 (#48479) 2024-04-16 13:36:01 +08:00
.surgeignore docs: v5 site upgrade (#38328) 2022-11-09 12:28:04 +08:00
biome.json ♻️ chore: format code (use npm run format) (#51978) 2024-12-12 10:22:30 +08:00
BUG_VERSIONS.json fix: Mask not hiding correctly (#53767) 2025-05-08 15:57:30 +08:00
CHANGELOG.en-US.md docs(): release 5.25.4 (#53962) 2025-05-31 16:35:59 +08:00
CHANGELOG.zh-CN.md docs(): release 5.25.4 (#53962) 2025-05-31 16:35:59 +08:00
CNAME chore: update CNAME 2022-11-18 15:04:45 +08:00
CODE_OF_CONDUCT.md chore: add remark lint (#23457) 2020-04-21 23:40:41 +08:00
codecov.yml test: fix codecov comment (#50640) 2024-08-29 16:42:29 +08:00
contributors.json chore: update authors list (#53157) 2025-03-14 14:32:28 +08:00
eslint.config.mjs chore: lint config update (#53724) 2025-05-06 10:22:44 +08:00
index-style-only.js refactor: add boime lint and fix lint errrors (#49536) 2024-06-22 21:59:12 +08:00
index-with-locales.js chore: Remove locale-provider (#41289) 2023-03-21 13:08:43 +08:00
index.js Add variable.less to support css variable (#31496) 2021-09-01 10:56:50 +08:00
jest-puppeteer.config.js enhance: keep show clearIcon when in mobile view (#53576) 2025-04-24 14:21:02 +08:00
LICENSE 🌱 Upgrade LICENSE 2018-11-28 12:16:59 +08:00
mako.config.json chore(config): remove HMR setting and update TypeScript exclusion rules in configuration files (#53989) 2025-06-03 18:40:30 +08:00
package.json chore: use portfinder to solve the problem that the port may be occupied (#53968) 2025-06-01 19:30:41 +08:00
README-zh_CN.md chore: sync master into feature 2025-04-28 09:50:45 +08:00
README.md chore: sync master into feature 2025-04-28 09:50:45 +08:00
renovate.json chore: update renovate.json (#53586) 2025-04-22 10:23:19 +08:00
SECURITY.md chore: add prettier ignore and format demo (#27270) 2020-10-21 11:06:07 +08:00
tsconfig-old-react.json docs: Support semantic preview (#47332) 2024-02-05 11:45:42 +08:00
tsconfig.json chore(deps): update dependency eslint to v9 (#50690) 2024-09-19 03:30:19 +08:00
webpack.config.js chore: Update Codecov BA Plugin Configuration (#52576) 2025-01-26 12:33:50 +08:00

Ant Design

An enterprise-class UI design language and React UI library.

CI status codecov NPM version NPM downloads

FOSSA Status DeepWiki

Follow Twitter Renovate status dumi Issues need help

Changelog · Report Bug · Request Feature · English · 中文

❤️ Sponsors and Backers

Features

  • 🌈 Enterprise-class UI designed for web applications.
  • 📦 A set of high-quality React components out of the box.
  • 🛡 Written in TypeScript with predictable static types.
  • ⚙️ Whole package of design resources and development tools.
  • 🌍 Internationalization support for dozens of languages.
  • 🎨 Powerful theme customization based on CSS-in-JS.

🖥 Environment Support

  • Modern browsers
  • Server-side Rendering
  • Electron
Edge
Edge
Firefox
Firefox
Chrome
Chrome
Safari
Safari
Electron
Electron
Edge last 2 versions last 2 versions last 2 versions last 2 versions

📦 Install

npm install antd
yarn add antd
pnpm add antd
bun add antd

🔨 Usage

import { Button, DatePicker } from 'antd';

export default () => (
  <>
    <Button type="primary">PRESS ME</Button>
    <DatePicker placeholder="select date" />
  </>
);

⌨️ Development

Use opensumi.run, a free online pure front-end dev environment.

opensumi.run

Or clone locally:

$ git clone git@github.com:ant-design/ant-design.git
$ cd ant-design
$ npm install
$ npm start

Open your browser and visit http://127.0.0.1:8001, see more at Development.

🤝 Contributing PRs Welcome

Top Contributors of ant-design/ant-design - Last 28 days Performance Stats of ant-design/ant-design - Last 28 days
New participants of ant-design - past 28 days
Contribution Leaderboard

Let's build a better antd together.

We warmly invite contributions from everyone. Before you get started, please take a moment to review our Contribution Guide. Feel free to share your ideas through Pull Requests or GitHub Issues. If you're interested in enhancing our codebase, explore the Development Instructions and enjoy your coding journey! :)

For collaborators, adhere to our Pull Request Principle and utilize our Pull Request Template when creating a Pull Request.

Issue funding

We use Issuehunt to up-vote and promote specific features that you would like to see and implement. Check our backlog and help us:

Let's fund issues in this repository