Migrated repository
Go to file
MadCcc 3307a8b2a8
fix: table border issue (#39729)
* fix: table border issue

* chore: code clean

* docs: update demo

* fix: table borderRadius

* chore: add comment
2022-12-22 16:03:55 +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 docs: adjust mig & anchor (#39732) 2022-12-22 15:31:40 +08:00
.github chore: add codeql (#39671) 2022-12-20 14:20:57 +08:00
.husky chore️: add rome format (#38512) 2022-11-11 18:15:33 +08:00
components fix: table border issue (#39729) 2022-12-22 16:03:55 +08:00
docs docs: adjust mig & anchor (#39732) 2022-12-22 15:31:40 +08:00
scripts Merge branch 'master' into feature-merge-master 2022-12-18 14:28:58 +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 docs: collect token API from tsdoc (#38964) 2022-11-25 14:23:11 +08:00
.gitpod.yml
.jest.image.js
.jest.js chore: auto merge branches (#39441) 2022-12-09 10:13:56 +00: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: add 5.1.0 changelog (#39667) 2022-12-20 21:15:42 +08:00
CHANGELOG.zh-CN.md docs: add 5.1.0 changelog (#39667) 2022-12-20 21:15:42 +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: remo format and remove prettierrc arrowParens (#38722) 2022-11-19 13:47:33 +08:00
index.js
jest-puppeteer.config.js
LICENSE
loading.js docs: fix site issue (#38552) 2022-11-15 22:55:01 +08:00
package.json fix: upgrade rc-table for a11y issue (#39700) 2022-12-21 14:01:05 +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: remove ie (#38681) 2022-11-18 16:53:01 +08:00
README.md chore: add codeql (#39671) 2022-12-20 14:20:57 +08:00
renovate.json
rome.json chore️: add rome format (#38512) 2022-11-11 18:15:33 +08:00
SECURITY.md
tsconfig.json chore: lint (#39102) 2022-11-30 11:05:41 +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