UNPKG

8.9 kBMarkdownView Raw
1<p align="center">
2 <a href="https://ant.design">
3 <img width="200" src="https://gw.alipayobjects.com/zos/rmsportal/KDpgvguMpGfqaHPjicRK.svg">
4 </a>
5</p>
6
7<h1 align="center">Ant Design</h1>
8
9<div align="center">
10
11An enterprise-class UI design language and React UI library.
12
13[![CI status][github-action-image]][github-action-url] [![codecov][codecov-image]][codecov-url] [![NPM version][npm-image]][npm-url] [![NPM downloads][download-image]][download-url]
14
15[![Renovate status][renovate-image]][renovate-dashboard-url] [![Total alerts][lgtm-image]][lgtm-url] [![][bundlesize-js-image]][unpkg-js-url]
16
17[![Follow Twitter][twitter-image]][twitter-url] [![FOSSA Status][fossa-image]][fossa-url] [![Discussions][discussions-image]][discussions-url] [![][issues-helper-image]][issues-helper-url] [![Issues need help][help-wanted-image]][help-wanted-url]
18
19[npm-image]: http://img.shields.io/npm/v/antd.svg?style=flat-square
20[npm-url]: http://npmjs.org/package/antd
21[github-action-image]: https://github.com/ant-design/ant-design/workflows/%E2%9C%85%20test/badge.svg
22[github-action-url]: https://github.com/ant-design/ant-design/actions?query=workflow%3A%22%E2%9C%85+test%22
23[codecov-image]: https://img.shields.io/codecov/c/github/ant-design/ant-design/master.svg?style=flat-square
24[codecov-url]: https://codecov.io/gh/ant-design/ant-design/branch/master
25[download-image]: https://img.shields.io/npm/dm/antd.svg?style=flat-square
26[download-url]: https://npmjs.org/package/antd
27[lgtm-image]: https://flat.badgen.net/lgtm/alerts/g/ant-design/ant-design
28[lgtm-url]: https://lgtm.com/projects/g/ant-design/ant-design/alerts/
29[fossa-image]: https://app.fossa.io/api/projects/git%2Bgithub.com%2Fant-design%2Fant-design.svg?type=shield
30[fossa-url]: https://app.fossa.io/projects/git%2Bgithub.com%2Fant-design%2Fant-design?ref=badge_shield
31[help-wanted-image]: https://flat.badgen.net/github/label-issues/ant-design/ant-design/help%20wanted/open
32[help-wanted-url]: https://github.com/ant-design/ant-design/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22
33[twitter-image]: https://img.shields.io/twitter/follow/AntDesignUI.svg?label=Ant%20Design&style=social
34[twitter-url]: https://twitter.com/AntDesignUI
35[discussions-image]: https://img.shields.io/badge/discussions-on%20github-blue?style=flat-square
36[discussions-url]: https://github.com/ant-design/ant-design/discussions
37[bundlesize-js-image]: https://img.badgesize.io/https:/unpkg.com/antd/dist/antd.min.js?label=antd.min.js&compression=gzip&style=flat-square
38[unpkg-js-url]: https://unpkg.com/browse/antd/dist/antd.min.js
39[issues-helper-image]: https://img.shields.io/badge/using-issues--helper-orange?style=flat-square
40[issues-helper-url]: https://github.com/actions-cool/issues-helper
41[renovate-image]: https://img.shields.io/badge/renovate-enabled-brightgreen.svg?style=flat-square
42[renovate-dashboard-url]: https://github.com/ant-design/ant-design/issues/32498
43
44</div>
45
46[![](https://gw.alipayobjects.com/mdn/rms_08e378/afts/img/A*Yl83RJhUE7kAAAAAAAAAAABkARQnAQ)](https://ant.design)
47
48English | [Português](./README-pt_BR.md) | [简体中文](./README-zh_CN.md) | [Українською](./README-uk_UA.md) | [Spanish](./README-sp_MX.md) | [日本語](./README-ja_JP.md)
49
50## ✨ Features
51
52- 🌈 Enterprise-class UI designed for web applications.
53- 📦 A set of high-quality React components out of the box.
54- 🛡 Written in TypeScript with predictable static types.
55- ⚙️ Whole package of design resources and development tools.
56- 🌍 Internationalization support for dozens of languages.
57- 🎨 Powerful theme customization in every detail.
58
59## 🖥 Environment Support
60
61- Modern browsers
62- Server-side Rendering
63- [Electron](https://www.electronjs.org/)
64
65| [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/edge/edge_48x48.png" alt="IE / Edge" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)<br>IE / Edge | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png" alt="Firefox" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)<br>Firefox | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png" alt="Chrome" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)<br>Chrome | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/safari/safari_48x48.png" alt="Safari" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)<br>Safari | [<img src="https://raw.githubusercontent.com/alrra/browser-logos/master/src/electron/electron_48x48.png" alt="Electron" width="24px" height="24px" />](http://godban.github.io/browsers-support-badges/)<br>Electron |
66| --- | --- | --- | --- | --- |
67| Edge | last 2 versions | last 2 versions | last 2 versions | last 2 versions |
68
69## 📦 Install
70
71```bash
72npm install antd
73```
74
75```bash
76yarn add antd
77```
78
79## 🔨 Usage
80
81```jsx
82import { Button, DatePicker } from 'antd';
83
84const App = () => (
85 <>
86 <Button type="primary">PRESS ME</Button>
87 <DatePicker placeholder="select date" />
88 </>
89);
90```
91
92### TypeScript
93
94`antd` is written in TypeScript with complete definitions, check [Use in TypeScript](https://ant.design/docs/react/use-in-typescript) to get started.
95
96## 🌍 Internationalization
97
98Dozens of languages supported in `antd`, see [i18n](https://ant.design/docs/react/i18n).
99
100## 🔗 Links
101
102- [Home page](https://ant.design/)
103- [Components Overview](https://ant.design/components/overview)
104- [Ant Design Pro](http://pro.ant.design/)
105- [Change Log](CHANGELOG.en-US.md)
106- [rc-components](http://react-component.github.io/)
107- [Mobile UI](http://mobile.ant.design)
108- [Ant Design Pro Components](https://procomponents.ant.design)
109- [Ant Design Charts](https://charts.ant.design)
110- [Ant Design Icons](https://github.com/ant-design/ant-design-icons)
111- [Ant Design Colors](https://github.com/ant-design/ant-design-colors)
112- [Landing Pages](https://landing.ant.design)
113- [Motion](https://motion.ant.design)
114- [Scaffold Market](http://scaffold.ant.design)
115- [Developer Instruction](https://github.com/ant-design/ant-design/wiki/Development)
116- [Versioning Release Note](https://github.com/ant-design/ant-design/wiki/%E8%BD%AE%E5%80%BC%E8%A7%84%E5%88%99%E5%92%8C%E7%89%88%E6%9C%AC%E5%8F%91%E5%B8%83%E6%B5%81%E7%A8%8B)
117- [FAQ](https://ant.design/docs/react/faq)
118- [CodeSandbox Template](https://u.ant.design/codesandbox-repro) for bug reports
119- [Customize Theme](https://ant.design/docs/react/customize-theme)
120- [How to Apply for Being A Collaborator](https://github.com/ant-design/ant-design/wiki/Collaborators#how-to-apply-for-being-a-collaborator)
121
122## ⌨️ Development
123
124Use Gitpod, a free online dev environment for GitHub.
125
126[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/ant-design/ant-design)
127
128Or clone locally:
129
130```bash
131$ git clone git@github.com:ant-design/ant-design.git
132$ cd ant-design
133$ npm install
134$ npm start
135```
136
137Open your browser and visit http://127.0.0.1:8001 , see more at [Development](https://github.com/ant-design/ant-design/wiki/Development).
138
139## 🤝 Contributing [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com)
140
141Read our [contributing guide](https://ant.design/docs/react/contributing) and let's build a better antd together.
142
143We welcome all contributions. Please read our [CONTRIBUTING.md](https://github.com/ant-design/ant-design/blob/master/.github/CONTRIBUTING.md) first. You can submit any ideas as [pull requests](https://github.com/ant-design/ant-design/pulls) or as [GitHub issues](https://github.com/ant-design/ant-design/issues). If you'd like to improve code, check out the [Development Instructions](https://github.com/ant-design/ant-design/wiki/Development) and have a good time! :)
144
145If you are a collaborator, please follow our [Pull Request principle](https://github.com/ant-design/ant-design/wiki/PR-principle) to create a Pull Request with [collaborator template](https://github.com/ant-design/ant-design/compare?expand=1&template=collaborator.md).
146
147[![Let's fund issues in this repository](https://issuehunt.io/static/embed/issuehunt-button-v1.svg)](https://issuehunt.io/repos/34526884)
148
149## ❤️ Sponsors and Backers [![](https://opencollective.com/ant-design/tiers/sponsors/badge.svg?label=Sponsors&color=brightgreen)](https://opencollective.com/ant-design#support) [![](https://opencollective.com/ant-design/tiers/backers/badge.svg?label=Backers&color=brightgreen)](https://opencollective.com/ant-design#support)
150
151[![](https://opencollective.com/ant-design/tiers/sponsors.svg?avatarHeight=36)](https://opencollective.com/ant-design#support)
152
153[![](https://opencollective.com/ant-design/tiers/backers.svg?avatarHeight=36)](https://opencollective.com/ant-design#support)