|
|
|
# 介绍
|
|
|
|
|
|
|
|
- category: 入门
|
|
|
|
- order: 0
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
一套企业级的前端设计语言和基于 React 的实现。
|
|
|
|
|
|
|
|
![](https://t.alipayobjects.com/images/rmsweb/T11aVgXc4eXXXXXXXX.svg)
|
|
|
|
|
|
|
|
## 特性
|
|
|
|
|
|
|
|
- 企业级金融产品的交互语言和视觉体系。
|
|
|
|
- 丰富实用的 React UI 组件。
|
|
|
|
- 基于 React 的组件化开发模式。
|
|
|
|
- 背靠 npm 生态圈。
|
|
|
|
- 基于 webpack 的调试构建方案,支持 ES6。
|
|
|
|
|
|
|
|
|
|
|
|
## 范例
|
|
|
|
|
|
|
|
```jsx
|
|
|
|
var antd = require('antd');
|
|
|
|
var Datepicker = antd.Datepicker;
|
|
|
|
|
|
|
|
React.render(<Datepicker />, mountNode);
|
|
|
|
```
|
|
|
|
|
|
|
|
## 链接
|
|
|
|
|
|
|
|
- [首页](http://ant.design/)
|
|
|
|
- [文档](http://ant.design/docs/introduce)
|
|
|
|
- [组件](http://ant.design/components/)
|
|
|
|
- [发布计划](https://github.com/ant-design/ant-design/issues/9)
|
|
|
|
- [React 模块](http://react-component.github.io/)
|
|
|
|
- [React 代码规范](https://github.com/react-component/react-component.github.io/blob/master/docs/zh-cn/component-code-style.md)
|
|
|
|
- [组件设计原则](https://github.com/react-component/react-component.github.io/blob/master/docs/zh-cn/component-design.md)
|
|
|
|
|
|
|
|
## 谁在使用
|
|
|
|
|
|
|
|
- 蚂蚁金服
|
|
|
|
|
|
|
|
## 如何贡献
|
|
|
|
|
|
|
|
我们欢迎任何形式的贡献,有任何建议或意见您可以进行 [Pull Request](https://github.com/ant-design/ant-design/pulls),或者给我们[提问](https://github.com/ant-design/ant-design/issues)。
|