Migrated repository
Go to file
2022-12-31 23:12:58 +08:00
.circleci chore(deps): update cimg/node docker tag to v16.18.1 (#38526) 2022-11-12 16:57:01 +08:00
.codesandbox
.dumi chore: replace react-sticky to react-sticky-box in Tabs demo (#39898) 2022-12-31 22:24:55 +08:00
.github chore(deps): update peter-evans/commit-comment action to v2 (#39766) 2022-12-23 17:59:56 +08:00
.husky chore️: add rome format (#38512) 2022-11-11 18:15:33 +08:00
components chore: remove useless tsx support (#39934) 2022-12-31 22:24:56 +08:00
docs docs: update links (#39935) 2022-12-31 22:24:56 +08:00
scripts chore: remove useless tsx support (#39934) 2022-12-31 22:24:56 +08:00
tests test: add algorithm image test (#39673) 2022-12-21 10:38:34 +08:00
typings chore: remove unused devDeps (#39392) 2022-12-08 13:44:20 +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 chore: use const replace var (#39632) 2022-12-19 10:07:52 +08:00
.editorconfig
.eslintignore chore: lint (#39102) 2022-11-30 11:05:41 +08:00
.eslintrc.js feat: replace eslint-plugin-babel with @babel/eslint-plugin and enable new rules (#39335) 2022-12-07 15:35:41 +08:00
.gitignore chore: remove useless tsx support (#39934) 2022-12-31 22:24:56 +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 chore: merge master 2022-11-13 14:33:07 +08:00
.jest.site.js
.npmignore
.prettierignore chore: remove useless scripts (#38622) 2022-11-17 16:41:05 +08:00
.prettierrc chore: remo format and remove prettierrc arrowParens (#38722) 2022-11-19 13:47:33 +08:00
.remarkrc.js
.stylelintrc.json chore: remove useless scripts (#38622) 2022-11-17 16:41:05 +08:00
.surgeignore docs: v5 site upgrade (#38328) 2022-11-09 12:28:04 +08:00
AUTHORS.txt update authors (#39641) 2022-12-19 14:08:33 +08:00
CHANGELOG.en-US.md docs(): release 5.1.2 (#39917) 2022-12-31 22:24:55 +08:00
CHANGELOG.zh-CN.md docs(): release 5.1.2 (#39917) 2022-12-31 22:24:55 +08:00
CNAME chore: update CNAME 2022-11-18 15:04:45 +08:00
CODE_OF_CONDUCT.md
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 useless tsx support (#39890) 2022-12-31 22:24:55 +08:00
index.js
jest-puppeteer.config.js
LICENSE
package.json docs(): release 5.1.2 (#39917) 2022-12-31 22:24:55 +08:00
README-ja_JP.md docs: remove ie (#38681) 2022-11-18 16:53:01 +08:00
README-pt_BR.md docs: remove ie (#38681) 2022-11-18 16:53:01 +08:00
README-sp_MX.md docs: remove ie (#38681) 2022-11-18 16:53:01 +08:00
README-uk_UA.md docs: remove ie (#38681) 2022-11-18 16:53:01 +08:00
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 chore️: add rome format (#38512) 2022-11-11 18:15:33 +08:00
SECURITY.md
tsconfig.json chore: remove useless tsx support (#39934) 2022-12-31 22:24:56 +08:00
tsconfig.node.json
webpack.config.js chore: remo format and remove prettierrc arrowParens (#38722) 2022-11-19 13:47:33 +08:00

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