Migrated repository
Go to file
二货爱吃白萝卜 d373bf3d35
feat: Progress.Circle support conic (#44404)
* feat: support conic

* test: update snapshot

* docs: update doc

* chore: clean up

* docs: update doc

* test: update snapshot

* test: update snapshot

* test: update snapshot
2023-08-25 00:28:38 +08:00
.circleci chore: Update config.yml (#42823) 2023-06-05 13:03:43 +08:00
.codesandbox
.dumi docs: prevent highlight code initially (#44344) 2023-08-22 19:00:06 +08:00
.github chore: Update pr-contributor-welcome.yml (#44340) 2023-08-22 19:01:34 +08:00
.husky chore: remove redundant .gitignore file (#42336) 2023-05-14 12:51:18 +08:00
components feat: Progress.Circle support conic (#44404) 2023-08-25 00:28:38 +08:00
docs feat: migrate less to token for Form (#42774) 2023-08-22 17:05:56 +08:00
scripts chore : fix windows startup (#44064) 2023-08-07 18:05:33 +08:00
tests docs: bump theme-editor (#44171) 2023-08-11 19:37:53 +08:00
typings Revert "chore: migrate to vitest (#42506)" (#42900) 2023-06-07 21:59:21 +08:00
.antd-tools.config.js
.depslintrc.js
.dockerignore
.dumirc.ts docs: font flash in home page (#44333) 2023-08-22 11:31:49 +08:00
.editorconfig
.eslintignore Revert "chore: migrate to vitest (#42506)" (#42900) 2023-06-07 21:59:21 +08:00
.eslintrc.js style: add prettier-plugin-sort-imports (#44287) 2023-08-21 10:03:15 +08:00
.gitignore docs: Component page support history log (#43974) 2023-08-03 10:58:38 +08:00
.gitpod.yml
.jest.image.js Revert "chore: migrate to vitest (#42506)" (#42900) 2023-06-07 21:59:21 +08:00
.jest.js docs: bump theme-editor (#44171) 2023-08-11 19:37:53 +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
.npmignore
.npmrc chore: specify npm as the package manager (#42611) 2023-05-25 19:53:56 +08:00
.prettierignore
.prettierrc style: remove importOrderSeparation from prettier config (#44336) 2023-08-22 13:11:18 +08:00
.remarkrc.js
.stylelintrc.js
.surgeignore
AUTHORS.txt chore: remove email from AUTHORS.txt (#43740) 2023-07-24 12:01:33 +08:00
CHANGELOG.en-US.md docs: add changelog 5.8.4 (#44293) 2023-08-18 16:59:12 +08:00
CHANGELOG.zh-CN.md docs: add changelog 5.8.4 (#44293) 2023-08-18 16:59:12 +08:00
CNAME
CODE_OF_CONDUCT.md
index-style-only.js
index-with-locales.js
index.js
jest-puppeteer.config.js Revert "chore: migrate to vitest (#42506)" (#42900) 2023-06-07 21:59:21 +08:00
LICENSE
package.json feat: Progress.Circle support conic (#44404) 2023-08-25 00:28:38 +08:00
README-ar_EG.md docs: update README-ar_EG.md (#41967) 2023-04-24 16:36:03 +08:00
README-ja_JP.md docs: add Arabic documentation (#41963) 2023-04-24 10:28:46 +08:00
README-pt_BR.md docs: add Arabic documentation (#41963) 2023-04-24 10:28:46 +08:00
README-sp_MX.md docs: add Arabic documentation (#41963) 2023-04-24 10:28:46 +08:00
README-uk_UA.md docs: add Arabic documentation (#41963) 2023-04-24 10:28:46 +08:00
README-zh_CN.md docs: add Arabic documentation (#41963) 2023-04-24 10:28:46 +08:00
README.md chore: Update README.md (#43990) 2023-08-03 17:16:52 +08:00
renovate.json
rome.json
SECURITY.md
tsconfig.json Revert "chore: migrate to vitest (#42506)" (#42900) 2023-06-07 21:59:21 +08:00
tsconfig.node.json chore: Migrate CJS to ESM (#41809) 2023-04-28 14:32:23 +08:00
webpack.config.js chore: adjust ci to save size-limit build time (#44148) 2023-08-10 15:17:40 +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 | 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 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

🔨 Usage

import React from 'react';
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 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

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