An enterprise-class UI design language and React UI library
Go to file
2023-01-10 17:43:13 +08:00
.circleci chore(deps): update cimg/node docker tag to v16.19.0 (#39948) 2023-01-01 11:48:11 +08:00
.codesandbox
.dumi site: delete V5_NOTIFICATION (#40129) 2023-01-10 16:51:28 +08:00
.github chore(deps): update peter-evans/commit-comment action to v2 (#39766) 2022-12-23 17:59:56 +08:00
.husky
components Merge branch 'master' into feature-merge-master 2023-01-10 17:43:13 +08:00
docs Update introduce.zh-CN.md 2023-01-06 14:21:28 +08:00
scripts fix: missing locale in pacakge (#40116) 2023-01-09 21:03:08 +08:00
tests chore: add cssinjs linter (#40001) 2023-01-04 17:55:23 +08:00
typings
.antd-tools.config.js
.depslintrc.js
.dockerignore
.dumirc.ts chore: use const replace var (#39632) 2022-12-19 10:07:52 +08:00
.editorconfig
.eslintignore
.eslintrc.js
.gitignore fix: wave target position switch (#39966) 2023-01-03 16:08:20 +08:00
.gitpod.yml
.jest.image.js
.jest.js chore: replace react-sticky to react-sticky-box in Tabs demo (#39898) 2022-12-31 22:24:55 +08:00
.jest.node.js
.jest.site.js
.npmignore
.prettierignore
.prettierrc
.remarkrc.js
.stylelintrc.json
.surgeignore
AUTHORS.txt chore: update contributors list (#40084) 2023-01-08 12:17:04 +08:00
CHANGELOG.en-US.md chore: update changelog 2023-01-09 21:51:17 +08:00
CHANGELOG.zh-CN.md chore: update changelog 2023-01-09 21:51:17 +08:00
CNAME
CODE_OF_CONDUCT.md
index-style-only.js
index-with-locales.js chore: remove useless tsx support (#39890) 2022-12-31 22:24:55 +08:00
index.js
jest-puppeteer.config.js
LICENSE
package.json Merge branch 'master' into feature-merge-master 2023-01-10 17:43:13 +08:00
README-ja_JP.md
README-pt_BR.md
README-sp_MX.md
README-uk_UA.md
README-zh_CN.md docs: update README-zh_CN.md (#39910) 2022-12-31 22:24:55 +08:00
README.md Update README.md 2022-12-25 23:01:29 +08:00
renovate.json
rome.json
SECURITY.md
tsconfig.json chore: remove useless tsx support (#39934) 2022-12-31 22:24:56 +08:00
tsconfig.node.json
webpack.config.js

Ant Design

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

CI status codecov NPM version NPM downloads

FOSSA Status

Follow Twitter Renovate status Issues need help

English | Português | 简体中文 | Українською | Spanish | 日本語

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 in every detail.

🖥 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

🔨 Usage

import { Button, DatePicker } from 'antd';

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

TypeScript

antd is written in TypeScript with complete definitions, check Use in TypeScript to get started.

🌍 Internationalization

Dozens of languages 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

Read our contributing guide and let's build a better antd together.

We welcome all contributions. Please read our CONTRIBUTING.md 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 collaborator template.

Let's fund issues in this repository

❤️ Sponsors and Backers