2016-03-31 14:17:09 +08:00
---
2022-11-09 12:28:04 +08:00
group:
title: Ant Design
order: 0
2016-03-31 14:17:09 +08:00
order: 0
2018-01-07 17:48:46 +08:00
title: 介绍
2016-03-31 14:17:09 +08:00
---
2015-08-22 19:13:06 +08:00
2017-12-25 22:15:35 +08:00
< div style = "text-align:center;margin:40px 0;" >
2019-12-26 15:27:52 +08:00
< img src = "https://gw.alipayobjects.com/mdn/rms_08e378/afts/img/A*P0S-QIRUbsUAAAAAAAAAAABkARQnAQ" >
2016-03-10 17:43:54 +08:00
< / div >
2015-08-22 19:13:06 +08:00
2023-10-24 10:39:30 +08:00
蚂蚁集团的企业级产品是一个庞大且复杂的系统,数量多且功能复杂,而且变动和并发频繁,常常需要设计者与开发者能快速做出响应。同时这类产品中存在很多类似的页面以及组件,我们可以通过抽象得到一些稳定且高复用性的内容。
2015-08-22 19:13:06 +08:00
2020-07-21 14:23:20 +08:00
随着商业化的趋势,越来越多的企业级产品对更好的用户体验有了进一步的要求。带着这样的一个终极目标,我们(蚂蚁集团体验技术部)经过大量项目实践和总结,逐步打磨出一个服务于企业级产品的设计体系 —— Ant Design。基于「自然」、「确定性」、「意义感」、「生长性」四大[设计价值观](/docs/spec/values),通过模块化解决方案,降低冗余的生产成本,让设计者专注于更好的用户体验。
2015-08-22 20:51:10 +08:00
2016-03-14 16:18:06 +08:00
---
2015-08-22 20:51:10 +08:00
2016-11-23 21:09:42 +08:00
## 设计资源
2015-08-22 20:51:10 +08:00
2019-12-26 15:27:52 +08:00
我们提供完善的设计指引、最佳实践、设计资源和设计工具,来帮助设计者快速产出高质量产品原型。
2015-08-22 20:51:10 +08:00
2019-12-26 15:27:52 +08:00
- [设计价值观 ](/docs/spec/values )
2017-12-25 22:15:35 +08:00
- [设计模式 ](/docs/spec/overview )
2019-12-26 15:27:52 +08:00
- [可视化 ](/docs/spec/visual )
- [插画 ](/docs/spec/illustration )
2020-03-04 18:15:03 +08:00
- [设计资源 ](/docs/resources )
2023-01-06 14:21:28 +08:00
- [Sketch 工具集 ](https://kitchen.alipay.com/ )
2020-11-24 19:19:55 +08:00
- [文章 ](/docs/resources#%E6%96%87%E7%AB%A0 )
2018-06-03 22:58:59 +08:00
2015-08-22 21:08:18 +08:00
## 前端实现
2023-01-06 14:21:28 +08:00
我们采用 [React ](https://reactjs.org ) 封装了一套 Ant Design 的组件库,也欢迎社区其他框架的实现版本。
2015-08-22 21:08:18 +08:00
2022-11-15 22:55:01 +08:00
- [Ant Design of React ](/docs/react/introduce )(官方实现)
2023-01-06 14:21:28 +08:00
- [NG-ZORRO - Ant Design of Angular ](http://ng.ant.design )(社区实现)
- [NG-ZORRO-MOBILE - Ant Design Mobile of Angular ](http://ng.mobile.ant.design )(社区实现)
- [Ant Design of Vue ](http://antdv.com )(社区实现)
2024-03-12 15:28:43 +08:00
- [Ant Design Blazor ](https://antblazor.com/ )(社区实现)
2023-01-06 14:21:28 +08:00
- [San UI Toolkit for Ant Design ](https://ecomfe.github.io/santd )(社区实现)
- [antizer (ClojureScript) ](https://github.com/priornix/antizer )(社区实现)
2015-08-22 21:08:18 +08:00
2016-11-23 21:09:42 +08:00
## 谁在使用
2023-01-06 14:21:28 +08:00
- [蚂蚁集团 ](https://www.antgroup.com/ )
- [阿里巴巴 ](https://www.alibaba.com/ )
- [腾讯 ](https://www.tencent.com )
- [百度 ](https://www.baidu.com )
- [口碑 ](https://www.koubei.com/ )
- [美团 ](https://www.meituan.com )
- [滴滴 ](https://www.xiaojukeji.com/ )
2017-10-12 14:09:17 +08:00
- [饿了么 ](https://www.ele.me/ )
2018-11-04 17:03:16 +08:00
- [其他用户 ](https://github.com/ant-design/ant-design/issues/477 )
2016-11-23 21:09:42 +08:00
> 如果你的公司和产品使用了 Ant Design, 欢迎到 [这里](https://github.com/ant-design/ant-design/issues/477) 留言。
2018-11-04 17:03:16 +08:00
## 社区评价
- 知乎:[如何评价 Ant Design 这个项目?](https://www.zhihu.com/question/33629737)
- Hacknews: [Show HN: Antd – A set of high-quality React components ](https://news.ycombinator.com/item?id=13053137 )
- Alligator: [Crafting Beautiful UIs in React Using Ant Design ](https://alligator.io/react/beautiful-uis-ant-design/ )
- [漫谈 Material Design & Ant Design ](http://dwbbb.com/blog/MaterialDesignAntDesign/ )
2021-01-27 19:00:34 +08:00
- [Introduction to Ant Design ](https://blog.logrocket.com/introduction-to-ant-design/ )
2021-01-28 01:21:58 +08:00
- [Build a React App with Ant Design Principles ](https://developer.okta.com/blog/2020/09/16/ant-design-react-app )
2018-11-04 17:03:16 +08:00
2015-08-22 20:51:10 +08:00
## 如何贡献
2023-01-06 14:21:28 +08:00
我们欢迎任何形式的贡献,有任何建议或意见,请给我们 [提问 ](https://github.com/ant-design/ant-design/discussions )。