Skip to content
๐ŸŒˆ A UI Design Language
Branch: master
Clone or download
Latest commit 3c26bde May 4, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.circleci ๐Ÿค– Config Request Info Apr 2, 2019
.github ๐Ÿ“ upgrade PR template Apr 23, 2019
components fix nest style (#16419) May 4, 2019
docs docs: add naming rules (#16276) Apr 24, 2019
scripts add api collection script & update input-number doc (#16253) Apr 23, 2019
site fix: typescript definition update (#16202) Apr 20, 2019
tests ๐Ÿ†™ use @ant-design/create-react-context of MIT Apr 16, 2019
typings New Component: Typography (#14250) Feb 19, 2019
.antd-tools.config.js build: Update build process for publish (#15807) Apr 2, 2019
.codecov.yml ๐Ÿ› fix progress text align issue (#14024) Jan 1, 2019
.depslintrc.js add pattern match Mar 11, 2019
.editorconfig ๐ŸŽจ Add emoji in commit message Nov 12, 2018
.eslintignore ๐ŸŒฑ remove blank Nov 28, 2018
.eslintrc.js test: โœ… Add eslint-plugin-jest (#15825) Apr 3, 2019
.gitignore fix: Use mock of lodash.debounce (#15904) Apr 7, 2019
.gitpod.yml Added Gitpod support (#14307) Feb 8, 2019
.jest.js New Component: Empty (#13651) Dec 26, 2018
.jest.node.js New Component: Empty (#13651) Dec 26, 2018
.npmignore add: npm publish ignore Apr 7, 2019
.prettierignore prettier md demo (#16188) Apr 21, 2019
.prettierrc prettier md demo (#16188) Apr 21, 2019
.remarkrc.js Add remark lint (#13906) Dec 26, 2018
.stylelintrc.json ๐Ÿ’„ Fix less code style Apr 15, 2019
.travis.yml ๐Ÿ†™ use node 11 in travis Nov 28, 2018
AUTHORS.txt ๐Ÿ‘ฌ๐Ÿ‘ฌ๐Ÿ‘ญ๐Ÿ‘ซ update contributors Feb 20, 2019
CHANGELOG.en-US.md Fix some typos Apr 30, 2019
CHANGELOG.zh-CN.md ๐Ÿ“ changelog for 3.16.6 Apr 26, 2019
CNAME chore: Add CNAME Mar 22, 2019
CODE_OF_CONDUCT.md โšก๏ธ Upgrade some details of docs and code style Nov 28, 2018
LICENSE ๐ŸŒฑ Upgrade LICENSE Nov 28, 2018
README-zh_CN.md ๐Ÿ’„ reorder badges in README Feb 10, 2019
README.md ๐Ÿ“ Remove `--save` after npm install Mar 5, 2019
azure-pipelines.yml update snapshot (#15247) Mar 7, 2019
crowdin.yml Update Crowdin configuration file Nov 26, 2018
index-with-locales.js merge support prettier Dec 7, 2018
index.js merge support prettier Dec 7, 2018
netlify.toml site: more verbose redirects Apr 19, 2018
package.json ๐Ÿ†™ upgrade devDependency Apr 26, 2019
tsconfig.json Upgrade TypeScript ECMAScript support from es7 (= ECMAScript 2016) toโ€ฆ May 1, 2019
tsconfig.test.json Remove allowSyntheticDefaultImports (#8218) Nov 17, 2017
tslint.json merge support prettier Dec 7, 2018
webpack.config.js merge master Dec 13, 2018

README.md

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.

๐Ÿ”— Links

โŒจ๏ธ 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

You canโ€™t perform that action at this time.