Migrated repository
Go to file
2023-11-29 03:32:56 +08:00
.circleci chore: migrate to webpack@5 (#45926) 2023-11-23 20:15:12 +08:00
.codesandbox chore: fix codesandbox ci (#45698) 2023-11-07 16:53:03 +08:00
.dumi Merge branch master into master-merge-feature 2023-11-29 03:32:56 +08:00
.github ci: make puppeteer works when reusing node_modules (#46107) 2023-11-28 19:42:35 +08:00
.husky chore: remove redundant .gitignore file (#42336) 2023-05-14 12:51:18 +08:00
alias chore: umd version will try to reuse global @ant-design/cssinjs first (#46009) 2023-11-22 15:04:55 +08:00
components Merge branch master into master-merge-feature 2023-11-29 03:32:56 +08:00
docs chore: merge master into feature 2023-11-25 05:25:29 +08:00
scripts Merge branch master into master-merge-feature 2023-11-28 07:58:49 +08:00
tests Merge branch master into master-merge-feature 2023-11-28 07:58:49 +08:00
typings Revert "chore: migrate to vitest (#42506)" (#42900) 2023-06-07 21:59:21 +08: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
.dockerignore
.dumirc.ts docs: live demo (#45383) 2023-10-23 22:49:49 +08:00
.editorconfig
.eslintignore Revert "chore: migrate to vitest (#42506)" (#42900) 2023-06-07 21:59:21 +08:00
.eslintrc.js chore: add lodash eslint (#45627) 2023-11-02 15:10:56 +08:00
.gitignore ci: use puppeteer image in gh actions (#46100) 2023-11-27 15:48:42 +08:00
.gitpod.yml
.jest.image.js Revert "chore: migrate to vitest (#42506)" (#42900) 2023-06-07 21:59:21 +08:00
.jest.js chore: add ci to test antd.min.js (#46108) 2023-11-27 21:37:32 +08:00
.jest.node.js Revert "chore: migrate to vitest (#42506)" (#42900) 2023-06-07 21:59:21 +08:00
.jest.site.js Revert "chore: migrate to vitest (#42506)" (#42900) 2023-06-07 21:59:21 +08:00
.ncurc.js ci: timed check for dependency updates (#45593) 2023-11-03 22:12:46 +08:00
.npmignore
.npmrc chore: update pupperteer and sharp npmmirror (#44727) 2023-09-15 14:21:50 +08:00
.prettierignore chore: remove useless scripts (#38622) 2022-11-17 16:41:05 +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-cli to v12 (#45039) 2023-09-30 20:50:11 +08:00
.stylelintrc.js chore: stylelint plugin upgrade (#40883) 2023-02-23 12:01:25 +08:00
.surgeignore docs: v5 site upgrade (#38328) 2022-11-09 12:28:04 +08:00
argos-white-listed-users chore: Trigger Argos with white-listed users (#45115) 2023-09-29 14:31:16 +08:00
biome.json chore: migrate rome to biome (#44522) 2023-08-30 11:59:55 +08:00
CHANGELOG.en-US.md docs: 5.11.5 (#46104) 2023-11-27 19:15:04 +08:00
CHANGELOG.zh-CN.md docs: 5.11.5 (#46104) 2023-11-27 19:15:04 +08:00
CNAME chore: update CNAME 2022-11-18 15:04:45 +08:00
CODE_OF_CONDUCT.md
contributors.json chore: update contributors list (#45971) 2023-11-21 19:33:44 +08:00
index-style-only.js chore: remo format and remove prettierrc arrowParens (#38722) 2022-11-19 13:47:33 +08:00
index-with-locales.js chore: Remove locale-provider (#41289) 2023-03-21 13:08:43 +08:00
index.js
jest-puppeteer.config.js ci: make puppeteer works when reusing node_modules (#46107) 2023-11-28 19:42:35 +08:00
LICENSE
package.json Merge branch master into master-merge-feature 2023-11-29 03:32:56 +08:00
README-zh_CN.md chore: update README (#45707) 2023-11-08 10:05:50 +08:00
README.md chore: update README (#45707) 2023-11-08 10:05:50 +08:00
renovate.json chore: Configure Renovate (#32494) 2021-10-14 21:58:20 +08:00
SECURITY.md
tsconfig.json feat: bump antd-tools (#45101) 2023-09-26 17:32:05 +08:00
webpack.config.js chore: migrate to webpack@5 (#45926) 2023-11-23 20:15:12 +08:00

Ant Design

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

CI status codecov NPM version NPM downloads

FOSSA Status Covered by Argos Visual Testing

Follow Twitter Renovate status dumi Issues need help

English | 中文

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

🔨 Usage

import React from 'react';
import { Button, DatePicker } from 'antd';

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

export default App;

TypeScript

antd is written in TypeScript with complete definitions, check Usage with create-react-app to get started.

🌍 Internationalization

Dozens of languages are supported in antd, see i18n.

⌨️ Development

Use Gitpod, a free online dev environment for GitHub.

Open in Gitpod

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

Let's build a better antd together.

We welcome all contributions. Please read our Contributing Guide first. You can submit any ideas as Pull Requests or as GitHub Issues. If you'd like to improve code, check out the Development Instructions and have a good time! :)

If you are a collaborator, please follow our Pull Request Principle to create a Pull Request with our Pull Request Template.

Let's fund issues in this repository

❤️ Sponsors and Backers