afc163
9 years ago
3 changed files with 67 additions and 67 deletions
@ -1,40 +0,0 @@ |
|||
# Ant Design [![](https://img.shields.io/travis/ant-design/ant-design.svg?style=flat-square)](https://travis-ci.org/ant-design/ant-design) [![npm package](https://img.shields.io/npm/v/antd.svg?style=flat-square)](https://www.npmjs.org/package/antd) [![Join the chat at https://gitter.im/ant-design/ant-design](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/ant-design/ant-design?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) |
|||
|
|||
An enterprise-class UI design language and React-based implementation. |
|||
|
|||
![](https://t.alipayobjects.com/images/rmsweb/T11aVgXc4eXXXXXXXX.svg) |
|||
|
|||
## Features |
|||
|
|||
- An enterprise-class graphical design language and framework for financial applications |
|||
- Rich library of UI components base on [React Component](http://react-component.github.io/badgeboard/). |
|||
- A Component development model based on React. |
|||
- Backed by the npm ecosystem. |
|||
- webpack-based debug builds supporting ES6 |
|||
|
|||
|
|||
## Usage example |
|||
|
|||
```jsx |
|||
import { Datepicker } from 'antd'; |
|||
React.render(<Datepicker />, mountNode); |
|||
``` |
|||
|
|||
## Links |
|||
|
|||
- [Home page](http://ant.design/) |
|||
- [Documentation](http://ant.design/docs/introduce) |
|||
- [Components](http://ant.design/components/) |
|||
- [Build/Debug tools](https://github.com/ant-design/antd-bin) |
|||
- [Roadmap](https://github.com/ant-design/ant-design/issues/9) |
|||
- [ChangeLog](CHANGELOG.md) |
|||
- [React modules](http://react-component.github.io/) |
|||
- [React style guide](https://github.com/react-component/react-component.github.io/blob/master/docs/en-US/component-code-style.md) |
|||
- [React component design guide](https://github.com/react-component/react-component.github.io/blob/master/docs/en-US/component-design.md) |
|||
- [Developer Instruction](https://github.com/ant-design/ant-design/wiki/%E7%BD%91%E7%AB%99%E5%92%8C%E7%BB%84%E4%BB%B6%E5%BC%80%E5%8F%91%E8%AF%B4%E6%98%8E) |
|||
- [Versioning Release Note](https://github.com/ant-design/ant-design/wiki/%E7%89%88%E6%9C%AC%E5%8F%91%E5%B8%83%E6%B5%81%E7%A8%8B) |
|||
|
|||
|
|||
## Contributing |
|||
|
|||
We welcome all contributions, please submit any ideas as [pull requests](https://github.com/ant-design/ant-design/pulls) or as a [GitHub issue](https://github.com/ant-design/ant-design/issues). |
@ -0,0 +1,43 @@ |
|||
# Ant Design [![](https://img.shields.io/travis/ant-design/ant-design.svg?style=flat-square)](https://travis-ci.org/ant-design/ant-design) [![npm package](https://img.shields.io/npm/v/antd.svg?style=flat-square)](https://www.npmjs.org/package/antd) [![Join the chat at https://gitter.im/ant-design/ant-design](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/ant-design/ant-design?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) |
|||
|
|||
一套企业级的 UI 设计语言和 React 实现。 |
|||
|
|||
<p align="center"> |
|||
<a href="http://ant.design"> |
|||
<img width="360" src="https://t.alipayobjects.com/images/rmsweb/T1B9hfXcdvXXXXXXXX.svg"> |
|||
</a> |
|||
</p> |
|||
|
|||
## 特性 |
|||
|
|||
- 提炼自企业级后台产品的交互语言和视觉风格。 |
|||
- [React Component](http://react-component.github.io/badgeboard/) 基础上二次封装的丰富实用的 UI 组件。 |
|||
- 基于 React 的组件化开发模式。 |
|||
- 背靠 npm 生态圈。 |
|||
- 基于 webpack 的调试构建方案,支持 ES6。 |
|||
|
|||
|
|||
## 示例 |
|||
|
|||
```jsx |
|||
import { Datepicker } from 'antd'; |
|||
React.render(<Datepicker />, mountNode); |
|||
``` |
|||
|
|||
## 链接 |
|||
|
|||
- [首页](http://ant.design/) |
|||
- [文档](http://ant.design/docs/introduce) |
|||
- [组件](http://ant.design/components/) |
|||
- [构建调试 antd-bin](https://github.com/ant-design/antd-bin) |
|||
- [开发计划](https://github.com/ant-design/ant-design/issues/9) |
|||
- [修改记录](CHANGELOG.md) |
|||
- [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) |
|||
- [网站和组件开发说明](https://github.com/ant-design/ant-design/wiki/%E7%BD%91%E7%AB%99%E5%92%8C%E7%BB%84%E4%BB%B6%E5%BC%80%E5%8F%91%E8%AF%B4%E6%98%8E) |
|||
- [版本发布手册](https://github.com/ant-design/ant-design/wiki/%E7%89%88%E6%9C%AC%E5%8F%91%E5%B8%83%E6%B5%81%E7%A8%8B) |
|||
|
|||
## 如何贡献 |
|||
|
|||
我们欢迎任何形式的贡献,有任何建议或意见您可以进行 [Pull Request](https://github.com/ant-design/ant-design/pulls),或者给我们 [提问](https://github.com/ant-design/ant-design/issues)。 |
@ -1,43 +1,40 @@ |
|||
# Ant Design [![](https://img.shields.io/travis/ant-design/ant-design.svg?style=flat-square)](https://travis-ci.org/ant-design/ant-design) [![npm package](https://img.shields.io/npm/v/antd.svg?style=flat-square)](https://www.npmjs.org/package/antd) [![Join the chat at https://gitter.im/ant-design/ant-design](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/ant-design/ant-design?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) |
|||
|
|||
一套企业级的 UI 设计语言和 React 实现。 |
|||
An enterprise-class UI design language and React-based implementation. |
|||
|
|||
<p align="center"> |
|||
<a href="http://ant.design"> |
|||
<img width="360" src="https://t.alipayobjects.com/images/rmsweb/T1B9hfXcdvXXXXXXXX.svg"> |
|||
</a> |
|||
</p> |
|||
![](https://t.alipayobjects.com/images/rmsweb/T11aVgXc4eXXXXXXXX.svg) |
|||
|
|||
## 特性 |
|||
## Features |
|||
|
|||
- 提炼自企业级后台产品的交互语言和视觉风格。 |
|||
- [React Component](http://react-component.github.io/badgeboard/) 基础上二次封装的丰富实用的 UI 组件。 |
|||
- 基于 React 的组件化开发模式。 |
|||
- 背靠 npm 生态圈。 |
|||
- 基于 webpack 的调试构建方案,支持 ES6。 |
|||
- An enterprise-class graphical design language and framework for financial applications |
|||
- Rich library of UI components base on [React Component](http://react-component.github.io/badgeboard/). |
|||
- A Component development model based on React. |
|||
- Backed by the npm ecosystem. |
|||
- webpack-based debug builds supporting ES6 |
|||
|
|||
|
|||
## 示例 |
|||
## Usage example |
|||
|
|||
```jsx |
|||
import { Datepicker } from 'antd'; |
|||
React.render(<Datepicker />, mountNode); |
|||
``` |
|||
|
|||
## 链接 |
|||
## Links |
|||
|
|||
- [首页](http://ant.design/) |
|||
- [文档](http://ant.design/docs/introduce) |
|||
- [组件](http://ant.design/components/) |
|||
- [构建调试 antd-bin](https://github.com/ant-design/antd-bin) |
|||
- [开发计划](https://github.com/ant-design/ant-design/issues/9) |
|||
- [修改记录](CHANGELOG.md) |
|||
- [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) |
|||
- [网站和组件开发说明](https://github.com/ant-design/ant-design/wiki/%E7%BD%91%E7%AB%99%E5%92%8C%E7%BB%84%E4%BB%B6%E5%BC%80%E5%8F%91%E8%AF%B4%E6%98%8E) |
|||
- [版本发布手册](https://github.com/ant-design/ant-design/wiki/%E7%89%88%E6%9C%AC%E5%8F%91%E5%B8%83%E6%B5%81%E7%A8%8B) |
|||
- [Home page](http://ant.design/) |
|||
- [Documentation](http://ant.design/docs/introduce) |
|||
- [Components](http://ant.design/components/) |
|||
- [Build/Debug tools](https://github.com/ant-design/antd-bin) |
|||
- [Roadmap](https://github.com/ant-design/ant-design/issues/9) |
|||
- [ChangeLog](CHANGELOG.md) |
|||
- [React modules](http://react-component.github.io/) |
|||
- [React style guide](https://github.com/react-component/react-component.github.io/blob/master/docs/en-US/component-code-style.md) |
|||
- [React component design guide](https://github.com/react-component/react-component.github.io/blob/master/docs/en-US/component-design.md) |
|||
- [Developer Instruction](https://github.com/ant-design/ant-design/wiki/%E7%BD%91%E7%AB%99%E5%92%8C%E7%BB%84%E4%BB%B6%E5%BC%80%E5%8F%91%E8%AF%B4%E6%98%8E) |
|||
- [Versioning Release Note](https://github.com/ant-design/ant-design/wiki/%E7%89%88%E6%9C%AC%E5%8F%91%E5%B8%83%E6%B5%81%E7%A8%8B) |
|||
|
|||
## 如何贡献 |
|||
|
|||
我们欢迎任何形式的贡献,有任何建议或意见您可以进行 [Pull Request](https://github.com/ant-design/ant-design/pulls),或者给我们 [提问](https://github.com/ant-design/ant-design/issues)。 |
|||
## Contributing |
|||
|
|||
We welcome all contributions, please submit any ideas as [pull requests](https://github.com/ant-design/ant-design/pulls) or as a [GitHub issue](https://github.com/ant-design/ant-design/issues). |
|||
|
Loading…
Reference in new issue