mirror of
https://github.com/wahyd4/ant-design.git
synced 2026-08-23 19:56:20 +10:00
128 lines
19 KiB
HTML
128 lines
19 KiB
HTML
<!DOCTYPE html>
|
||
<html>
|
||
<head>
|
||
<meta charset="utf-8">
|
||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
<meta name="description" content="An enterprise-class UI design language and React-based implementation">
|
||
<meta name="description" content="A set of high-quality React components">
|
||
<meta name="description" content="One of best React UI library for enterprise background">
|
||
<title>Ant Design - A UI Design Language</title>
|
||
<script>
|
||
(function() {
|
||
function isLocalStorageNameSupported() {
|
||
const testKey = 'test';
|
||
const storage = window.localStorage;
|
||
try {
|
||
storage.setItem(testKey, '1');
|
||
storage.removeItem(testKey);
|
||
return true;
|
||
} catch (error) {
|
||
return false;
|
||
}
|
||
}
|
||
// 优先级提高到所有静态资源的前面,语言不对,加载其他静态资源没意义
|
||
var pathname = location.pathname;
|
||
|
||
function isZhCN(pathname) {
|
||
return /-cn\/?$/.test(pathname);
|
||
}
|
||
function getLocalizedPathname(path, zhCN) {
|
||
var pathname = path.startsWith('/') ? path : '/' + path;
|
||
if (!zhCN) { // to enUS
|
||
return /\/?index-cn/.test(pathname) ? '/' : pathname.replace('-cn', '');
|
||
} else if (pathname === '/') {
|
||
return '/index-cn';
|
||
} else if (pathname.endsWith('/')) {
|
||
return pathname.replace(/\/$/, '-cn/');
|
||
}
|
||
return pathname + '-cn';
|
||
}
|
||
|
||
// 兼容旧的 URL, `?locale=...`
|
||
var queryString = location.search;
|
||
if (queryString) {
|
||
var isZhCNConfig = queryString.indexOf('zh-CN') > -1;
|
||
if (isZhCNConfig && !isZhCN(pathname)) {
|
||
location.pathname = getLocalizedPathname(pathname, isZhCNConfig)
|
||
}
|
||
}
|
||
|
||
// 首页无视链接里面的语言设置 https://github.com/ant-design/ant-design/issues/4552
|
||
if (isLocalStorageNameSupported() && (pathname === '/' || pathname === '/index-cn')) {
|
||
var lang = (window.localStorage && localStorage.getItem('locale')) || navigator.language;
|
||
if ((lang === 'zh-CN') !== isZhCN(pathname)) {
|
||
location.pathname = getLocalizedPathname(pathname, lang === 'zh-CN');
|
||
}
|
||
}
|
||
document.documentElement.className += isZhCN(pathname) ? 'zh-cn' : 'en-us';
|
||
})()
|
||
</script>
|
||
<link rel="icon" href="https://t.alipayobjects.com/images/T1QUBfXo4fXXXXXXXX.png" type="image/x-icon">
|
||
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.cnpmjs.org/css?family=Lato:400,700|Raleway"/>
|
||
<link rel="stylesheet" type="text/css" href="/index.css"/>
|
||
<style id="nprogress-style">
|
||
#nprogress { display: none }
|
||
</style>
|
||
<!--[if lte IE 10]>
|
||
<script
|
||
src="https://as.alipayobjects.com/g/component/??console-polyfill/0.2.2/index.js,media-match/2.0.2/media.match.min.js"></script>
|
||
<![endif]-->
|
||
<script>
|
||
if (!window.Intl) {
|
||
document.writeln('<script src="https://as.alipayobjects.com/g/component/intl/1.0.1/??Intl.js,locale-data/jsonp/en.js,locale-data/jsonp/zh.js">' + '<' + '/script>');
|
||
}
|
||
if (!window.Promise) {
|
||
document.writeln('<script src="https://as.alipayobjects.com/g/component/es6-promise/3.2.2/es6-promise.min.js"' + '>' + '<' + '/' + 'script>');
|
||
}
|
||
// Enable Google Analytics
|
||
if (!location.port) {
|
||
/* eslint-disable */
|
||
(function (i, s, o, g, r, a, m) {
|
||
i['GoogleAnalyticsObject'] = r;
|
||
i[r] = i[r] || function () {
|
||
(i[r].q = i[r].q || []).push(arguments)
|
||
}, i[r].l = 1 * new Date();
|
||
a = s.createElement(o),
|
||
m = s.getElementsByTagName(o)[0];
|
||
a.async = 1;
|
||
a.src = g;
|
||
m.parentNode.insertBefore(a, m)
|
||
})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
|
||
ga('create', 'UA-72788897-1', 'auto');
|
||
ga('send', 'pageview');
|
||
/* eslint-enable */
|
||
}
|
||
</script>
|
||
</head>
|
||
<body>
|
||
<div id="react-content">
|
||
<div class="page-wrapper" data-reactroot="" data-reactid="1" data-react-checksum="1442861558"><header id="header" class="clearfix" data-reactid="2"><div class="ant-row" data-reactid="3"><div class="ant-col-xs-24 ant-col-sm-24 ant-col-md-5 ant-col-lg-4" data-reactid="4"><a id="logo" href="/" data-reactid="5"><img alt="logo" src="https://t.alipayobjects.com/images/rmsweb/T1B9hfXcdvXXXXXXXX.svg" data-reactid="6"/><span data-reactid="7">Ant Design</span></a></div><div class="ant-col-xs-0 ant-col-sm-0 ant-col-md-19 ant-col-lg-20" data-reactid="8"><div id="search-box" data-reactid="9"><div class="ant-select ant-select-combobox ant-select-enabled" data-reactid="10"><div class="ant-select-selection
|
||
ant-select-selection--single" role="combobox" aria-autocomplete="list" aria-haspopup="true" aria-expanded="false" data-reactid="11"><div class="ant-select-selection__rendered" data-reactid="12"><div style="display:block;user-select:none;-webkit-user-select:none;" unselectable="unselectable" class="ant-select-selection__placeholder" data-reactid="13">Search Components...</div><ul data-reactid="14"><li class="ant-select-search ant-select-search--inline" data-reactid="15"><div class="ant-select-search__field__wrap" data-reactid="16"><input value="" class="ant-select-search__field" data-reactid="17"/><span class="ant-select-search__field__mirror" data-reactid="18"></span></div></li></ul></div><span class="ant-select-arrow" style="user-select:none;-webkit-user-select:none;" unselectable="unselectable" data-reactid="19"><b data-reactid="20"></b></span></div></div></div><button type="button" class="ant-btn ant-btn-ghost ant-btn-sm lang" data-reactid="21"><span data-reactid="22">中文</span></button><div class="ant-select-sm version ant-select ant-select-enabled" data-reactid="23"><div class="ant-select-selection
|
||
ant-select-selection--single" role="combobox" aria-autocomplete="list" aria-haspopup="true" aria-expanded="false" tabindex="0" data-reactid="24"><div class="ant-select-selection__rendered" data-reactid="25"><div class="ant-select-selection-selected-value" title="2.7.2" style="display:block;opacity:1;" data-reactid="26">2.7.2</div></div><span class="ant-select-arrow" style="user-select:none;-webkit-user-select:none;" unselectable="unselectable" data-reactid="27"><b data-reactid="28"></b></span></div></div><ul class="ant-menu ant-menu-horizontal ant-menu-light ant-menu-root" role="menu" aria-activedescendant="" id="nav" tabindex="0" data-reactid="29"><li class="ant-menu-item" role="menuitem" aria-selected="false" data-reactid="30"><a href="/" data-reactid="31"><span data-reactid="32">Home</span></a></li><li class="ant-menu-item" role="menuitem" aria-selected="false" data-reactid="33"><a href="/docs/spec/introduce" data-reactid="34"><span data-reactid="35">Specification</span></a></li><li class="ant-menu-item" role="menuitem" aria-selected="false" data-reactid="36"><a href="/docs/react/introduce" data-reactid="37"><span data-reactid="38">Components</span></a></li><li class="ant-menu-item" role="menuitem" aria-selected="false" data-reactid="39"><a href="/docs/pattern/navigation" data-reactid="40"><span data-reactid="41">Pattern</span></a></li><li class="ant-menu-item-selected ant-menu-item" role="menuitem" aria-selected="true" data-reactid="42"><a href="/docs/practice/cases" data-reactid="43"><span data-reactid="44">Practice</span></a></li><li class="ant-menu-item" role="menuitem" aria-selected="false" data-reactid="45"><a href="/docs/resource/download" data-reactid="46"><span data-reactid="47">Resource</span></a></li></ul></div></div></header><div class="main-wrapper" data-reactid="48"><div class="ant-row" data-reactid="49"><div class="ant-col-xs-0 ant-col-sm-0 ant-col-md-6 ant-col-lg-4" data-reactid="50"><ul class="ant-menu ant-menu-inline aside-container ant-menu-light ant-menu-root" role="menu" aria-activedescendant="" tabindex="0" data-reactid="51"><li style="padding-left:24px;" class="ant-menu-item-selected ant-menu-item" role="menuitem" aria-selected="true" data-reactid="52"><a href="/docs/practice/cases" data-reactid="53">Cases</a></li><li style="padding-left:24px;" class="ant-menu-item-disabled ant-menu-item" role="menuitem" aria-selected="false" aria-disabled="true" data-reactid="54"><a disabled="" href="/docs/practice/bussiness" data-reactid="55">Business</a></li></ul></div><div class="main-container ant-col-xs-24 ant-col-sm-24 ant-col-md-18 ant-col-lg-20" data-reactid="56"><article class="markdown" data-reactid="57"><h1 data-reactid="58"><!-- react-text: 59 -->Cases<!-- /react-text --><a class="edit-button" href="https://github.com/ant-design/ant-design/edit/master/docs/practice/cases.en-US.md" data-reactid="60"><i class="anticon anticon-edit" data-reactid="61"></i></a></h1><section class="markdown" data-reactid="62"><p data-reactid="63"><!-- react-text: 64 -->Ant Design is a design language for enterprise-like complex UIs.<!-- /react-text --></p><p data-reactid="65"><!-- react-text: 66 -->Starting in April 2015, more and more products of Ant Financial follow Ant Design specification, covering multiple business lines and more than 300 applications.
|
||
Designed for enterprise-like complex UIs, used by both professional and non-professional designers,
|
||
Ant Design has a low learning curve that helps you getting started fast and achieve rapid results.<!-- /react-text --></p><p data-reactid="67"><!-- react-text: 68 -->With a strong focus on proof-based design and user experience,
|
||
Ant Design provides a complete front-end development solution that can greatly enhance the design and development efficiency.<!-- /react-text --></p><p data-reactid="69"><!-- react-text: 70 -->Currently, there are many products and sites using Ant Design.
|
||
References to some of these implementations can be found <!-- /react-text --><a href="https://github.com/ant-design/ant-design/issues/477" data-reactid="71"><!-- react-text: 72 -->here<!-- /react-text --></a><!-- react-text: 73 -->.
|
||
If your solutions are using Ant Design, please leave us a message.<!-- /react-text --></p><h2 id="Best-Practices" data-reactid="74"><span data-reactid="75"><!-- react-text: 76 -->Best Practices<!-- /react-text --></span><a href="#Best-Practices" class="anchor" data-reactid="77">#</a></h2></section><section class="markdown" data-reactid="78"><h3 id="Financial-Cloud" data-reactid="79"><span data-reactid="80"><!-- react-text: 81 -->Financial Cloud<!-- /react-text --></span><a href="#Financial-Cloud" class="anchor" data-reactid="82">#</a></h3><div class="preview-image-boxes clearfix preview-image-boxes-with-carousel" data-reactid="83"><div class="preview-image-box" data-reactid="84"><div class="preview-image-wrapper false false" data-reactid="85"><img class="preview-img" src="https://os.alipayobjects.com/rmsportal/kBgLUfEwxlBdwUr.png" data-reactid="86"/></div><div class="preview-image-title" data-reactid="87"></div><div class="preview-image-description" data-reactid="88"></div><!-- react-empty: 89 --></div></div><p data-reactid="90"><!-- react-text: 91 -->Cloud-oriented financial services, used by financial institutions that benefit from customized business cloud computing services.
|
||
It assists financial institutions to upgrade to a new financial restructuring, promotion of capacity platforms, data and technology.<!-- /react-text --></p><p data-reactid="92"><a href="https://www.cloud.alipay.com/" target="_blank" class="outside-link" data-reactid="93"><!-- react-text: 94 -->Website<!-- /react-text --></a></p><hr data-reactid="95"/><h3 id="OceanBase-Cloud-Platform" data-reactid="96"><span data-reactid="97"><!-- react-text: 98 -->OceanBase Cloud Platform<!-- /react-text --></span><a href="#OceanBase-Cloud-Platform" class="anchor" data-reactid="99">#</a></h3><div class="preview-image-boxes clearfix preview-image-boxes-with-carousel" data-reactid="100"><div class="preview-image-box" data-reactid="101"><div class="preview-image-wrapper false false" data-reactid="102"><img class="preview-img" src="https://os.alipayobjects.com/rmsportal/JUAXPZYtVyUQfGu.png" data-reactid="103"/></div><div class="preview-image-title" data-reactid="104"></div><div class="preview-image-description" data-reactid="105"></div><!-- react-empty: 106 --></div></div><p data-reactid="107"><!-- react-text: 108 -->OceanBase Cloud is a distributed relational database in a real sense, but OceanBase Cloud Platform is the OceanBase cloud-based database service that can help users quickly create and use OceanBase service.<!-- /react-text --></p><p data-reactid="109"><a href="http://oceanbase.alipay.com/" target="_blank" class="outside-link internal" data-reactid="110"><!-- react-text: 111 -->Website<!-- /react-text --></a></p><hr data-reactid="112"/><h3 id="Service-Experience-Platform" data-reactid="113"><span data-reactid="114"><!-- react-text: 115 -->Service Experience Platform<!-- /react-text --></span><a href="#Service-Experience-Platform" class="anchor" data-reactid="116">#</a></h3><div class="preview-image-boxes clearfix preview-image-boxes-with-carousel" data-reactid="117"><div class="preview-image-box" data-reactid="118"><div class="preview-image-wrapper false false" data-reactid="119"><img class="preview-img" src="https://os.alipayobjects.com/rmsportal/PiSveQClPzmxPTy.png" data-reactid="120"/></div><div class="preview-image-title" data-reactid="121"></div><div class="preview-image-description" data-reactid="122"></div><!-- react-empty: 123 --></div></div><p data-reactid="124"><!-- react-text: 125 -->Experience Platform is used for collecting all the points of contact and information of the user (including microblogging and other channels).
|
||
Through data mining, it exposes the users's experience and it helps the company's internal business team / product managers, facilitating the experience problem solving, in order to achieve healthy functioning streams.<!-- /react-text --></p><p data-reactid="126"><a href="http://tiyan.alipay.com/" target="_blank" class="outside-link internal" data-reactid="127"><!-- react-text: 128 -->Website<!-- /react-text --></a></p><hr data-reactid="129"/><h3 id="AntV" data-reactid="130"><span data-reactid="131"><!-- react-text: 132 -->AntV<!-- /react-text --></span><a href="#AntV" class="anchor" data-reactid="133">#</a></h3><div class="preview-image-boxes clearfix preview-image-boxes-with-carousel" data-reactid="134"><div class="preview-image-box" data-reactid="135"><div class="preview-image-wrapper false false" data-reactid="136"><img class="preview-img" src="https://os.alipayobjects.com/rmsportal/yWNVSFBhKsoShvi.png" data-reactid="137"/></div><div class="preview-image-title" data-reactid="138"></div><div class="preview-image-description" data-reactid="139"></div><!-- react-empty: 140 --></div></div><p data-reactid="141"><!-- react-text: 142 -->AntV is a graphical library that is based on the work of a data group team
|
||
whose results of exploring data visualization were summarized
|
||
and shared them together with the required data visualization theory.<!-- /react-text --></p><p data-reactid="143"><a href="https://antv.alipay.com/" target="_blank" class="outside-link internal" data-reactid="144"><!-- react-text: 145 -->Website<!-- /react-text --></a></p><style data-reactid="146">
|
||
.preview-image-boxes {
|
||
margin-top: -36px;
|
||
}
|
||
.preview-image-wrapper {
|
||
padding: 0;
|
||
background: #fff;
|
||
}
|
||
.toc {
|
||
display: none;
|
||
}
|
||
</style></section></article></div></div><div class="ant-row" data-reactid="147"><div class="ant-col-xs-24 ant-col-sm-24 ant-col-md-18 ant-col-md-offset-6 ant-col-lg-20 ant-col-lg-offset-4" data-reactid="148"><section class="prev-next-nav" data-reactid="149"><a disabled="" class="next-page" href="/docs/practice/bussiness" data-reactid="150">Business</a></section></div></div></div><footer id="footer" data-reactid="151"><ul data-reactid="152"><li data-reactid="153"><h2 data-reactid="154"><i class="anticon anticon-github" data-reactid="155"></i><!-- react-text: 156 --> GitHub<!-- /react-text --></h2><div data-reactid="157"><a target="_blank " href="https://github.com/ant-design/ant-design" data-reactid="158"><span data-reactid="159">Repository</span></a></div><div data-reactid="160"><a target="_blank " href="https://ant.design/docs/react/customize-theme" data-reactid="161"><span data-reactid="162">Customize Theme</span></a></div><div data-reactid="163"><a target="_blank " href="https://github.com/websemantics/awesome-ant-design" data-reactid="164"><span data-reactid="165">Awesome Ant Design</span></a></div></li><li data-reactid="166"><h2 data-reactid="167"><i class="anticon anticon-link" data-reactid="168"></i><!-- react-text: 169 --> <!-- /react-text --><span data-reactid="170">Links</span></h2><div data-reactid="171"><a href="http://mobile.ant.design" data-reactid="172">Ant Design Mobile</a><span data-reactid="173"> - </span><span data-reactid="174">Mobile UI</span></div><div data-reactid="175"><a target="_blank" rel="noopener noreferrer" href="https://github.com/dvajs/dva" data-reactid="176">dva</a><!-- react-text: 177 --> - <!-- /react-text --><span data-reactid="178">Framework</span></div><div data-reactid="179"><a target="_blank" rel="noopener noreferrer" href="https://github.com/dvajs/dva-cli" data-reactid="180">dva-cli</a><!-- react-text: 181 --> -<!-- /react-text --><span data-reactid="182">Developer Tools</span></div><div data-reactid="183"><a href="https://antv.alipay.com/" data-reactid="184">AntV</a><span data-reactid="185"> - </span><span data-reactid="186">Data Visualization</span></div><div data-reactid="187"><a href="http://motion.ant.design" data-reactid="188">Ant Motion</a><span data-reactid="189"> - </span><span data-reactid="190">Motion Soluction</span></div><div data-reactid="191"><a href="http://library.ant.design/" data-reactid="192">AntD Library</a><span data-reactid="193"> - </span><span data-reactid="194">Axure library</span></div><div data-reactid="195"><a href="http://ux.ant.design" data-reactid="196">Ant UX</a><span data-reactid="197"> - </span><span data-reactid="198">Sitemap Template</span></div></li><li data-reactid="199"><h2 data-reactid="200"><i class="anticon anticon-customer-service" data-reactid="201"></i><!-- react-text: 202 --> <!-- /react-text --><span data-reactid="203">Community</span></h2><div data-reactid="204"><a rel="noopener noreferrer" href="/changelog" data-reactid="205"><span data-reactid="206">Change Log</span></a></div><div data-reactid="207"><a target="_blank" rel="noopener noreferrer" href="https://github.com/ant-design/ant-design/wiki/FAQ" data-reactid="208"><span data-reactid="209">FAQ</span></a></div><div data-reactid="210"><a target="_blank" rel="noopener noreferrer" href="https://gitter.im/ant-design/ant-design" data-reactid="211"><span data-reactid="212">Chat Room</span></a></div><div data-reactid="213"><a target="_blank" rel="noopener noreferrer" href="https://github.com/ant-design/ant-design/issues/new" data-reactid="214"><span data-reactid="215">Bug Report</span></a></div><div data-reactid="216"><a target="_blank" rel="noopener noreferrer" href="http://stackoverflow.com/questions/tagged/antd" data-reactid="217"><span data-reactid="218">StackOverflow</span></a></div><div data-reactid="219"><a target="_blank" rel="noopener noreferrer" href="https://segmentfault.com/t/antd" data-reactid="220"><span data-reactid="221">SegmentFault</span></a></div></li><li data-reactid="222"><h2 data-reactid="223">Copyright © 2017</h2><div data-reactid="224"><span data-reactid="225">Created by Ant UED</span></div><div data-reactid="226"><!-- react-text: 227 -->Built with <!-- /react-text --><a href="https://github.com/benjycui/bisheng" data-reactid="228">BiSheng</a></div></li></ul></footer></div>
|
||
</div>
|
||
<script src="/common.js"></script>
|
||
<script src="/index.js"></script>
|
||
</body>
|
||
</html>
|