Migrated repository
Go to file
2023-10-10 22:01:40 -05:00
.circleci chore(deps): update cimg/node docker tag to v18.18 (#45038) 2023-09-24 22:20:28 +08:00
.codesandbox
.dumi chore(site): anchor jump don't work (#45243) 2023-10-10 17:30:46 +08:00
.github ci: migrate site E2E workflow (#45235) 2023-10-11 10:23:57 +08:00
.husky
components docs: add description of the available components of Space.Compact (#45259) 2023-10-11 10:31:36 +08:00
docs docs: remove repeat code (#45260) 2023-10-10 22:01:40 -05:00
scripts test: update check-site.ts.snap (#45229) 2023-10-09 16:25:20 +08:00
tests Merge branch 'master' into feature-merge-master 2023-09-20 14:37:33 +08:00
typings
.antd-tools.config.js
.depslintrc.js
.dockerignore
.dumirc.ts docs: improve display of color block in docs (#44790) 2023-09-20 16:59:56 +08:00
.editorconfig
.eslintignore
.eslintrc.js
.gitignore
.gitpod.yml
.jest.image.js
.jest.js
.jest.node.js
.jest.site.js
.npmignore
.npmrc chore: update pupperteer and sharp npmmirror (#44727) 2023-09-15 14:21:50 +08:00
.prettierignore
.prettierrc
.remarkrc.js chore(deps): update dependency remark-cli to v12 (#45039) 2023-09-30 20:50:11 +08:00
.stylelintrc.js
.surgeignore
argos-white-listed-users chore: Trigger Argos with white-listed users (#45115) 2023-09-29 14:31:16 +08:00
biome.json
CHANGELOG.en-US.md docs: add changelog 5.10.0 (#45244) 2023-10-10 15:19:09 +08:00
CHANGELOG.zh-CN.md docs: add changelog 5.10.0 (#45244) 2023-10-10 15:19:09 +08:00
CNAME
CODE_OF_CONDUCT.md
contributors.json
index-style-only.js
index-with-locales.js
index.js
jest-puppeteer.config.js
LICENSE
package.json chore: remove --force-exit in jest options (#45002) 2023-10-10 21:24:27 -05:00
README-zh_CN.md
README.md
renovate.json
SECURITY.md
tsconfig.json feat: bump antd-tools (#45101) 2023-09-26 17:32:05 +08:00
webpack.config.js

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" />
  </>
);

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