|
|
@ -26,18 +26,18 @@ An enterprise-class UI design language and React-based implementation. |
|
|
|
|
|
|
|
English | [简体中文](./README-zh_CN.md) |
|
|
|
|
|
|
|
### 3.0 Released Now! :tada::tada::tada: |
|
|
|
## 3.0 Released Now! :tada::tada::tada: |
|
|
|
|
|
|
|
[Announcing Ant Design 3.0](https://medium.com/ant-design/announcing-ant-design-3-0-70e3e65eca0c) |
|
|
|
|
|
|
|
### ✨ Features |
|
|
|
## ✨ Features |
|
|
|
|
|
|
|
- An enterprise-class UI design system for desktop 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 |
|
|
|
## 🖥 Environment Support |
|
|
|
|
|
|
|
* Modern browsers and Internet Explorer 9+ (with [polyfills](https://ant.design/docs/react/getting-started#Compatibility)) |
|
|
|
* Server-side Rendering |
|
|
@ -47,13 +47,13 @@ English | [简体中文](./README-zh_CN.md) |
|
|
|
| --------- | --------- | --------- | --------- | --------- | --------- | |
|
|
|
| IE9, IE10, IE11, Edge| last 2 versions| last 2 versions| last 2 versions| last 2 versions| last 2 versions |
|
|
|
|
|
|
|
### 📦 Install |
|
|
|
## 📦 Install |
|
|
|
|
|
|
|
```bash |
|
|
|
npm install antd --save |
|
|
|
``` |
|
|
|
|
|
|
|
### 🔨 Usage |
|
|
|
## 🔨 Usage |
|
|
|
|
|
|
|
```jsx |
|
|
|
import { DatePicker } from 'antd'; |
|
|
@ -68,15 +68,15 @@ import 'antd/dist/antd.css'; // or 'antd/dist/antd.less' |
|
|
|
|
|
|
|
Or [import components on demand](https://ant.design/docs/react/getting-started#Import-on-Demand). |
|
|
|
|
|
|
|
#### TypeScript |
|
|
|
### TypeScript |
|
|
|
|
|
|
|
See [Use in TypeScript](https://ant.design/docs/react/use-in-typescript). |
|
|
|
|
|
|
|
### 🌍 Internationalization |
|
|
|
## 🌍 Internationalization |
|
|
|
|
|
|
|
See [i18n](http://ant.design/docs/react/i18n). |
|
|
|
|
|
|
|
### 🔗 Links |
|
|
|
## 🔗 Links |
|
|
|
|
|
|
|
- [Home page](http://ant.design/) |
|
|
|
- [Components](http://ant.design/docs/react/introduce) |
|
|
@ -93,7 +93,7 @@ See [i18n](http://ant.design/docs/react/i18n). |
|
|
|
- [Awesome Ant Design](https://github.com/websemantics/awesome-ant-design) |
|
|
|
- [Customize Theme](http://ant.design/docs/react/customize-theme) |
|
|
|
|
|
|
|
### ⌨️ Development |
|
|
|
## ⌨️ Development |
|
|
|
|
|
|
|
```bash |
|
|
|
$ git clone git@github.com:ant-design/ant-design.git |
|
|
@ -104,7 +104,7 @@ $ npm start |
|
|
|
|
|
|
|
Open your browser and visit http://127.0.0.1:8001 , see more at [Development](https://github.com/ant-design/ant-design/wiki/Development). |
|
|
|
|
|
|
|
### 🤝 Contributing [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com) |
|
|
|
## 🤝 Contributing [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com) |
|
|
|
|
|
|
|
Read our [contributing guide](https://ant.design/docs/react/contributing) and let's build a better antd together. |
|
|
|
|
|
|
|