Migrated repository
Go to file
偏右 9d06bec8dd 🐛 Fix components covered by Table fixed columns (#15782)
Reset @zindex-table-fixed to auto

close #15780
close #15499
2019-04-01 15:05:40 +08:00
.circleci
.github Optimize PULL_REQUEST_TEMPLATE 2019-03-31 20:43:06 +08:00
components 🐛 Fix components covered by Table fixed columns (#15782) 2019-04-01 15:05:40 +08:00
docs Update layout.zh-CN.md 2019-03-25 11:03:08 +08:00
scripts script: cleanup & reduce useless prettier files (#15467) 2019-03-18 10:46:17 +08:00
site Merge pull request #15767 from ant-design/improve-site-footer 2019-03-31 20:43:53 +08:00
tests New Component PageHeader (#13637) 2019-03-02 15:51:08 +08:00
typings New Component: Typography (#14250) 2019-02-19 11:42:05 +08:00
.codecov.yml
.depslintrc.js add pattern match 2019-03-11 11:00:25 +08:00
.editorconfig
.eslintignore
.eslintrc.js
.gitignore
.gitpod.yml Added Gitpod support (#14307) 2019-02-08 10:01:01 +08:00
.jest.js
.jest.node.js
.prettierignore
.prettierrc Enhance stylelint rules (#14803) 2019-02-15 10:48:07 +08:00
.remarkrc.js
.stylelintrc.json Enhance stylelint rules (#14803) 2019-02-15 10:48:07 +08:00
.travis.yml
AUTHORS.txt 👬👬👭👫 update contributors 2019-02-20 12:00:56 +08:00
azure-pipelines.yml update snapshot (#15247) 2019-03-07 14:41:17 +08:00
CHANGELOG.en-US.md Add the changelog of 3.15.2 (#15602) 2019-03-23 23:07:05 +08:00
CHANGELOG.zh-CN.md Add the changelog of 3.15.2 (#15602) 2019-03-23 23:07:05 +08:00
CNAME chore: Add CNAME 2019-03-22 14:40:49 +08:00
CODE_OF_CONDUCT.md
crowdin.yml
index-with-locales.js
index.js
LICENSE
netlify.toml
package.json 🆙 upgrade devDependency TypeScript to 3.4.1 2019-03-31 20:53:57 +08:00
README-zh_CN.md 💄 reorder badges in README 2019-02-10 20:29:26 +08:00
README.md 📝 Remove --save after npm install 2019-03-05 11:46:33 +08:00
tsconfig.json
tsconfig.test.json
tslint.json
webpack.config.js

Ant Design

An enterprise-class UI design language and React implementation.

Build Status CircleCI branch Codecov npm package NPM downloads

Dependencies DevDependencies Total alerts FOSSA Status Issues need help

Gitter Join the chat at https://gitter.im/ant-design/ant-design

English | 简体中文

Features

  • An enterprise-class UI design system for web applications.
  • A set of high-quality React components out of the box.
  • Written in TypeScript with predictable static types.
  • The whole package of development and design resources and tools.

🖥 Environment Support

  • Modern browsers and Internet Explorer 9+ (with polyfills)
  • Server-side Rendering
  • Electron
IE / Edge
IE / Edge
Firefox
Firefox
Chrome
Chrome
Safari
Safari
Opera
Opera
Electron
Electron
IE9, IE10, IE11, Edge last 2 versions last 2 versions last 2 versions last 2 versions last 2 versions

📦 Install

npm install antd
yarn add antd

🔨 Usage

import { DatePicker } from 'antd';
ReactDOM.render(<DatePicker />, mountNode);

And import style manually:

import 'antd/dist/antd.css';  // or 'antd/dist/antd.less'

Or import components on demand.

TypeScript

See Use in TypeScript.

🌍 Internationalization

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 by collaborator template.

Let's fund issues in this repository