Migrated repository
Go to file
lijianan cc51d06117
test: solve test cov (#48611)
* test: solve test cov

* test: solve test cov
2024-04-25 11:08:55 +08:00
.codesandbox ci: codesandbox install with npm (#46341) 2023-12-08 17:56:33 +08:00
.dumi Merge pull request #48524 from ant-design/master 2024-04-18 10:11:58 +08:00
.github chore: comment on size-limit (#48521) 2024-04-17 21:47:05 +08:00
.husky
alias chore: umd version will try to reuse global @ant-design/cssinjs first (#46009) 2023-11-22 15:04:55 +08:00
components test: solve test cov (#48611) 2024-04-25 11:08:55 +08:00
docs Merge pull request #48524 from ant-design/master 2024-04-18 10:11:58 +08:00
scripts Merge pull request #48524 from ant-design/master 2024-04-18 10:11:58 +08:00
tests enhance: speedup image snapshot diff (#48487) 2024-04-16 19:07:16 +08:00
typings scripts(visual-regression): show target filename (#48444) 2024-04-15 14:40:10 +08:00
.antd-tools.config.js
.depslintrc.js
.dockerignore
.dumirc.ts docs: update live demo logic with dumi 2.3 beta (#46805) 2024-01-09 22:51:55 +08:00
.editorconfig
.eslintignore Revert "chore: migrate to vitest (#42506)" (#42900) 2023-06-07 21:59:21 +08:00
.eslintrc.js docs: format code (#48309) 2024-04-08 14:04:08 +08:00
.gitignore chore: build with upload (#48456) 2024-04-16 16:41:02 +08:00
.gitpod.yml
.jest.image.js test: Update image snapshot logic (#46529) 2023-12-21 10:30:08 +08:00
.jest.js test: Update image snapshot logic (#46529) 2023-12-21 10:30:08 +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
.ncurc.js chore: do not update @ant-design/cssinjs (#48222) 2024-04-02 10:27:54 +08:00
.npmignore
.npmrc chore: update pupperteer and sharp npmmirror (#44727) 2023-09-15 14:21:50 +08:00
.prettierignore docs: format code (#48309) 2024-04-08 14:04:08 +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
.stylelintrc.js
.surgeignore
biome.json chore: migrate rome to biome (#44522) 2023-08-30 11:59:55 +08:00
BUG_VERSIONS.json chore: add bug version & fix test case (#48571) 2024-04-21 23:56:41 +08:00
CHANGELOG.en-US.md docs: 5.16.4 changelog (#48575) 2024-04-22 15:15:43 +08:00
CHANGELOG.zh-CN.md docs: 5.16.4 changelog (#48575) 2024-04-22 15:15:43 +08:00
CNAME
CODE_OF_CONDUCT.md
contributors.json chore: update contributors.json (#48262) 2024-04-04 14:01:51 +08:00
index-style-only.js
index-with-locales.js
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 pull request #48573 from ant-design/master 2024-04-22 17:09:35 +08:00
README-zh_CN.md chore: add open with opensumi badge (#48401) 2024-04-12 11:46:53 +08:00
README.md chore: add open with opensumi badge (#48401) 2024-04-12 11:46:53 +08:00
renovate.json
SECURITY.md
tsconfig-old-react.json docs: Support semantic preview (#47332) 2024-02-05 11:45:42 +08:00
tsconfig.json feat: tsconfig enable strict (#47998) 2024-04-01 15:49:45 +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

Follow Twitter Renovate status dumi Issues need help

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

Performance Stats of ant-design/ant-design - Last 28 days

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 { Button, DatePicker } from 'antd';

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

⌨️ Development

Use Gitpod, a free online dev environment for GitHub.

Open in Gitpod

Or use opensumi.run, a free online pure front-end dev environemt.

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

Active Contributors of ant-design/ant-design - Last 28 days

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