ant-design/docs/introduce.md

46 lines
1.3 KiB
Markdown
Raw Normal View History

2015-06-04 17:56:09 +08:00
# 介绍
2015-07-05 15:43:07 +08:00
- category: 入门
2015-06-04 17:56:09 +08:00
- order: 0
---
2015-07-03 18:06:47 +08:00
一套企业级的前端设计语言和基于 React 的实现。
2015-06-15 18:16:21 +08:00
![](https://t.alipayobjects.com/images/rmsweb/T11aVgXc4eXXXXXXXX.svg)
2015-06-04 17:56:09 +08:00
## 特性
2015-07-08 20:08:19 +08:00
- 企业级金融产品的交互语言和视觉体系。
2015-06-15 18:16:21 +08:00
- 丰富实用的 React UI 组件。
2015-06-15 18:18:42 +08:00
- 基于 React 的组件化开发模式。
2015-06-15 18:16:21 +08:00
- 背靠 npm 生态圈。
2015-07-08 20:08:19 +08:00
- 基于 webpack 的调试构建方案,支持 ES6。
2015-07-15 18:17:05 +08:00
## 示例
2015-07-03 18:06:47 +08:00
```jsx
var antd = require('antd');
var Datepicker = antd.Datepicker;
React.render(<Datepicker />, mountNode);
```
2015-06-15 18:16:21 +08:00
## 链接
2015-06-04 17:56:09 +08:00
2015-06-15 18:16:21 +08:00
- [首页](http://ant.design/)
- [文档](http://ant.design/docs/introduce)
- [组件](http://ant.design/components/)
2015-07-06 15:03:11 +08:00
- [发布计划](https://github.com/ant-design/ant-design/issues/9)
2015-06-15 18:16:21 +08:00
- [React 模块](http://react-component.github.io/)
2015-07-06 14:41:37 +08:00
- [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)
2015-06-15 18:18:42 +08:00
2015-07-03 18:06:47 +08:00
## 谁在使用
- 蚂蚁金服
2015-06-15 18:18:42 +08:00
## 如何贡献
我们欢迎任何形式的贡献,有任何建议或意见您可以进行 [Pull Request](https://github.com/ant-design/ant-design/pulls),或者给我们[提问](https://github.com/ant-design/ant-design/issues)。