mirror of
https://github.com/wahyd4/ant-design.git
synced 2026-08-19 01:36:23 +10:00
157 lines
52 KiB
HTML
157 lines
52 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() {
|
||
var testKey = 'test';
|
||
var 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.toLowerCase() === 'zh-cn' ? 'zh-CN' : 'en-US');
|
||
// safari is 'zh-cn', while other browser is 'zh-CN';
|
||
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="53270618"><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"><!-- react-text: 19 --><!-- /react-text --><!-- react-text: 20 --> <!-- /react-text --></span></div></li></ul></div><span class="ant-select-arrow" style="user-select:none;-webkit-user-select:none;" unselectable="unselectable" data-reactid="21"><b data-reactid="22"></b></span></div></div></div><button type="button" class="ant-btn ant-btn-ghost ant-btn-sm lang" data-reactid="23"><span data-reactid="24">中文</span></button><div class="ant-select-sm version ant-select ant-select-enabled" data-reactid="25"><div class="ant-select-selection
|
||
ant-select-selection--single" role="combobox" aria-autocomplete="list" aria-haspopup="true" aria-expanded="false" tabindex="0" data-reactid="26"><div class="ant-select-selection__rendered" data-reactid="27"><div class="ant-select-selection-selected-value" title="2.8.1" style="display:block;opacity:1;" data-reactid="28">2.8.1</div></div><span class="ant-select-arrow" style="user-select:none;-webkit-user-select:none;" unselectable="unselectable" data-reactid="29"><b data-reactid="30"></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="31"><li class="ant-menu-item" role="menuitem" aria-selected="false" data-reactid="32"><a href="/" data-reactid="33"><span data-reactid="34">Home</span></a></li><li class="ant-menu-item" role="menuitem" aria-selected="false" data-reactid="35"><a href="/docs/spec/introduce" data-reactid="36"><span data-reactid="37">Specification</span></a></li><li class="ant-menu-item-selected ant-menu-item" role="menuitem" aria-selected="true" data-reactid="38"><a href="/docs/react/introduce" data-reactid="39"><span data-reactid="40">Components</span></a></li><li class="ant-menu-item" role="menuitem" aria-selected="false" data-reactid="41"><a href="/docs/pattern/navigation" data-reactid="42"><span data-reactid="43">Pattern</span></a></li><li class="ant-menu-item" role="menuitem" aria-selected="false" data-reactid="44"><a href="/docs/resource/download" data-reactid="45"><span data-reactid="46">Resource</span></a></li></ul></div></div></header><div class="main-wrapper" data-reactid="47"><div class="ant-row" data-reactid="48"><div class="ant-col-xs-24 ant-col-sm-24 ant-col-md-6 ant-col-lg-4" data-reactid="49"><ul class="ant-menu ant-menu-inline aside-container ant-menu-light ant-menu-root" role="menu" aria-activedescendant="" tabindex="0" data-reactid="50"><li style="padding-left:24px;" class="ant-menu-item" role="menuitem" aria-selected="false" data-reactid="51"><a href="/docs/react/introduce" data-reactid="52">Ant Design of React</a></li><li style="padding-left:24px;" class="ant-menu-item" role="menuitem" aria-selected="false" data-reactid="53"><a href="/docs/react/getting-started" data-reactid="54">Getting Started</a></li><li style="padding-left:24px;" class="ant-menu-item" role="menuitem" aria-selected="false" data-reactid="55"><a href="/docs/react/practical-projects" data-reactid="56">Real project with dva</a></li><li style="padding-left:24px;" class="ant-menu-item" role="menuitem" aria-selected="false" data-reactid="57"><a href="/docs/react/use-with-create-react-app" data-reactid="58">Use in create-react-app</a></li><li style="padding-left:24px;" class="ant-menu-item" role="menuitem" aria-selected="false" data-reactid="59"><a href="/docs/react/customize-theme" data-reactid="60">Customize Theme</a></li><li style="padding-left:24px;" class="ant-menu-item" role="menuitem" aria-selected="false" data-reactid="61"><a href="/changelog" data-reactid="62">Change Log</a></li><li style="padding-left:24px;" class="ant-menu-item" role="menuitem" aria-selected="false" data-reactid="63"><a href="/docs/react/recommendation" data-reactid="64">Third-Party Libraries</a></li><li style="padding-left:24px;" class="ant-menu-item" role="menuitem" aria-selected="false" data-reactid="65"><a href="/docs/react/i18n" data-reactid="66">Internationalization</a></li><li style="padding-left:24px;" class="ant-menu-item" role="menuitem" aria-selected="false" data-reactid="67"><a href="https://github.com/websemantics/awesome-ant-design" target="_blank" rel="noopener noreferrer" class="menu-item-link-outside" data-reactid="68"><!-- react-text: 69 -->Awesome Ant Design<!-- /react-text --><!-- react-text: 70 --> <!-- /react-text --><i class="anticon anticon-export" data-reactid="71"></i></a></li><li class="ant-menu-submenu-inline ant-menu-submenu-open ant-menu-submenu-selected ant-menu-submenu" data-reactid="72"><div style="padding-left:24px;" class="ant-menu-submenu-title" aria-expanded="true" aria-owns="Components$Menu" aria-haspopup="true" data-reactid="73"><h4 data-reactid="74">Components</h4></div><ul class="ant-menu ant-menu-inline ant-menu-sub" role="menu" aria-activedescendant="" id="Components$Menu" data-reactid="75"><li class=" ant-menu-item-group" data-reactid="76"><div class="ant-menu-item-group-title" data-reactid="77">General</div><ul class="ant-menu-item-group-list" data-reactid="78"><li style="padding-left:48px;" class="ant-menu-item" role="menuitem" aria-selected="false" data-reactid="79"><a href="/components/button/" data-reactid="80"><span data-reactid="81">Button</span><span class="chinese" data-reactid="82"></span></a></li><li style="padding-left:48px;" class="ant-menu-item" role="menuitem" aria-selected="false" data-reactid="83"><a href="/components/icon/" data-reactid="84"><span data-reactid="85">Icon</span><span class="chinese" data-reactid="86"></span></a></li></ul></li><li class=" ant-menu-item-group" data-reactid="87"><div class="ant-menu-item-group-title" data-reactid="88">Layout</div><ul class="ant-menu-item-group-list" data-reactid="89"><li style="padding-left:48px;" class="ant-menu-item" role="menuitem" aria-selected="false" data-reactid="90"><a href="/components/grid/" data-reactid="91"><span data-reactid="92">Grid</span><span class="chinese" data-reactid="93"></span></a></li><li style="padding-left:48px;" class="ant-menu-item" role="menuitem" aria-selected="false" data-reactid="94"><a href="/components/layout/" data-reactid="95"><span data-reactid="96">Layout</span><span class="chinese" data-reactid="97"></span></a></li></ul></li><li class=" ant-menu-item-group" data-reactid="98"><div class="ant-menu-item-group-title" data-reactid="99">Navigation</div><ul class="ant-menu-item-group-list" data-reactid="100"><li style="padding-left:48px;" class="ant-menu-item" role="menuitem" aria-selected="false" data-reactid="101"><a href="/components/affix/" data-reactid="102"><span data-reactid="103">Affix</span><span class="chinese" data-reactid="104"></span></a></li><li style="padding-left:48px;" class="ant-menu-item" role="menuitem" aria-selected="false" data-reactid="105"><a href="/components/breadcrumb/" data-reactid="106"><span data-reactid="107">Breadcrumb</span><span class="chinese" data-reactid="108"></span></a></li><li style="padding-left:48px;" class="ant-menu-item" role="menuitem" aria-selected="false" data-reactid="109"><a href="/components/back-top/" data-reactid="110"><span data-reactid="111">BackTop</span><span class="chinese" data-reactid="112"></span></a></li><li style="padding-left:48px;" class="ant-menu-item" role="menuitem" aria-selected="false" data-reactid="113"><a href="/components/dropdown/" data-reactid="114"><span data-reactid="115">Dropdown</span><span class="chinese" data-reactid="116"></span></a></li><li style="padding-left:48px;" class="ant-menu-item" role="menuitem" aria-selected="false" data-reactid="117"><a href="/components/menu/" data-reactid="118"><span data-reactid="119">Menu</span><span class="chinese" data-reactid="120"></span></a></li><li style="padding-left:48px;" class="ant-menu-item" role="menuitem" aria-selected="false" data-reactid="121"><a href="/components/pagination/" data-reactid="122"><span data-reactid="123">Pagination</span><span class="chinese" data-reactid="124"></span></a></li><li style="padding-left:48px;" class="ant-menu-item" role="menuitem" aria-selected="false" data-reactid="125"><a href="/components/steps/" data-reactid="126"><span data-reactid="127">Steps</span><span class="chinese" data-reactid="128"></span></a></li><li style="padding-left:48px;" class="ant-menu-item" role="menuitem" aria-selected="false" data-reactid="129"><a href="/components/tabs/" data-reactid="130"><span data-reactid="131">Tabs</span><span class="chinese" data-reactid="132"></span></a></li></ul></li><li class=" ant-menu-item-group" data-reactid="133"><div class="ant-menu-item-group-title" data-reactid="134">Data Entry</div><ul class="ant-menu-item-group-list" data-reactid="135"><li style="padding-left:48px;" class="ant-menu-item" role="menuitem" aria-selected="false" data-reactid="136"><a href="/components/auto-complete/" data-reactid="137"><span data-reactid="138">AutoComplete</span><span class="chinese" data-reactid="139"></span></a></li><li style="padding-left:48px;" class="ant-menu-item" role="menuitem" aria-selected="false" data-reactid="140"><a href="/components/cascader/" data-reactid="141"><span data-reactid="142">Cascader</span><span class="chinese" data-reactid="143"></span></a></li><li style="padding-left:48px;" class="ant-menu-item" role="menuitem" aria-selected="false" data-reactid="144"><a href="/components/checkbox/" data-reactid="145"><span data-reactid="146">Checkbox</span><span class="chinese" data-reactid="147"></span></a></li><li style="padding-left:48px;" class="ant-menu-item" role="menuitem" aria-selected="false" data-reactid="148"><a href="/components/date-picker/" data-reactid="149"><span data-reactid="150">DatePicker</span><span class="chinese" data-reactid="151"></span></a></li><li style="padding-left:48px;" class="ant-menu-item" role="menuitem" aria-selected="false" data-reactid="152"><a href="/components/form/" data-reactid="153"><span data-reactid="154">Form</span><span class="chinese" data-reactid="155"></span></a></li><li style="padding-left:48px;" class="ant-menu-item" role="menuitem" aria-selected="false" data-reactid="156"><a href="/components/input-number/" data-reactid="157"><span data-reactid="158">InputNumber</span><span class="chinese" data-reactid="159"></span></a></li><li style="padding-left:48px;" class="ant-menu-item" role="menuitem" aria-selected="false" data-reactid="160"><a href="/components/input/" data-reactid="161"><span data-reactid="162">Input</span><span class="chinese" data-reactid="163"></span></a></li><li style="padding-left:48px;" class="ant-menu-item" role="menuitem" aria-selected="false" data-reactid="164"><a href="/components/mention/" data-reactid="165"><span data-reactid="166">Mention</span><span class="chinese" data-reactid="167"></span></a></li><li style="padding-left:48px;" class="ant-menu-item" role="menuitem" aria-selected="false" data-reactid="168"><a href="/components/rate/" data-reactid="169"><span data-reactid="170">Rate</span><span class="chinese" data-reactid="171"></span></a></li><li style="padding-left:48px;" class="ant-menu-item" role="menuitem" aria-selected="false" data-reactid="172"><a href="/components/radio/" data-reactid="173"><span data-reactid="174">Radio</span><span class="chinese" data-reactid="175"></span></a></li><li style="padding-left:48px;" class="ant-menu-item" role="menuitem" aria-selected="false" data-reactid="176"><a href="/components/select/" data-reactid="177"><span data-reactid="178">Select</span><span class="chinese" data-reactid="179"></span></a></li><li style="padding-left:48px;" class="ant-menu-item" role="menuitem" aria-selected="false" data-reactid="180"><a href="/components/slider/" data-reactid="181"><span data-reactid="182">Slider</span><span class="chinese" data-reactid="183"></span></a></li><li style="padding-left:48px;" class="ant-menu-item" role="menuitem" aria-selected="false" data-reactid="184"><a href="/components/switch/" data-reactid="185"><span data-reactid="186">Switch</span><span class="chinese" data-reactid="187"></span></a></li><li style="padding-left:48px;" class="ant-menu-item" role="menuitem" aria-selected="false" data-reactid="188"><a href="/components/tree-select/" data-reactid="189"><span data-reactid="190">TreeSelect</span><span class="chinese" data-reactid="191"></span></a></li><li style="padding-left:48px;" class="ant-menu-item" role="menuitem" aria-selected="false" data-reactid="192"><a href="/components/time-picker/" data-reactid="193"><span data-reactid="194">TimePicker</span><span class="chinese" data-reactid="195"></span></a></li><li style="padding-left:48px;" class="ant-menu-item" role="menuitem" aria-selected="false" data-reactid="196"><a href="/components/transfer/" data-reactid="197"><span data-reactid="198">Transfer</span><span class="chinese" data-reactid="199"></span></a></li><li style="padding-left:48px;" class="ant-menu-item" role="menuitem" aria-selected="false" data-reactid="200"><a href="/components/upload/" data-reactid="201"><span data-reactid="202">Upload</span><span class="chinese" data-reactid="203"></span></a></li></ul></li><li class=" ant-menu-item-group" data-reactid="204"><div class="ant-menu-item-group-title" data-reactid="205">Data Display</div><ul class="ant-menu-item-group-list" data-reactid="206"><li style="padding-left:48px;" class="ant-menu-item" role="menuitem" aria-selected="false" data-reactid="207"><a href="/components/badge/" data-reactid="208"><span data-reactid="209">Badge</span><span class="chinese" data-reactid="210"></span></a></li><li style="padding-left:48px;" class="ant-menu-item" role="menuitem" aria-selected="false" data-reactid="211"><a href="/components/calendar/" data-reactid="212"><span data-reactid="213">Calendar</span><span class="chinese" data-reactid="214"></span></a></li><li style="padding-left:48px;" class="ant-menu-item" role="menuitem" aria-selected="false" data-reactid="215"><a href="/components/card/" data-reactid="216"><span data-reactid="217">Card</span><span class="chinese" data-reactid="218"></span></a></li><li style="padding-left:48px;" class="ant-menu-item" role="menuitem" aria-selected="false" data-reactid="219"><a href="/components/carousel/" data-reactid="220"><span data-reactid="221">Carousel</span><span class="chinese" data-reactid="222"></span></a></li><li style="padding-left:48px;" class="ant-menu-item" role="menuitem" aria-selected="false" data-reactid="223"><a href="/components/collapse/" data-reactid="224"><span data-reactid="225">Collapse</span><span class="chinese" data-reactid="226"></span></a></li><li style="padding-left:48px;" class="ant-menu-item" role="menuitem" aria-selected="false" data-reactid="227"><a href="/components/popover/" data-reactid="228"><span data-reactid="229">Popover</span><span class="chinese" data-reactid="230"></span></a></li><li style="padding-left:48px;" class="ant-menu-item" role="menuitem" aria-selected="false" data-reactid="231"><a href="/components/tooltip/" data-reactid="232"><span data-reactid="233">Tooltip</span><span class="chinese" data-reactid="234"></span></a></li><li style="padding-left:48px;" class="ant-menu-item" role="menuitem" aria-selected="false" data-reactid="235"><a href="/components/table/" data-reactid="236"><span data-reactid="237">Table</span><span class="chinese" data-reactid="238"></span></a></li><li style="padding-left:48px;" class="ant-menu-item" role="menuitem" aria-selected="false" data-reactid="239"><a href="/components/tag/" data-reactid="240"><span data-reactid="241">Tag</span><span class="chinese" data-reactid="242"></span></a></li><li style="padding-left:48px;" class="ant-menu-item" role="menuitem" aria-selected="false" data-reactid="243"><a href="/components/timeline/" data-reactid="244"><span data-reactid="245">Timeline</span><span class="chinese" data-reactid="246"></span></a></li><li style="padding-left:48px;" class="ant-menu-item" role="menuitem" aria-selected="false" data-reactid="247"><a href="/components/tree/" data-reactid="248"><span data-reactid="249">Tree</span><span class="chinese" data-reactid="250"></span></a></li></ul></li><li class=" ant-menu-item-group" data-reactid="251"><div class="ant-menu-item-group-title" data-reactid="252">Feedback</div><ul class="ant-menu-item-group-list" data-reactid="253"><li style="padding-left:48px;" class="ant-menu-item" role="menuitem" aria-selected="false" data-reactid="254"><a href="/components/alert/" data-reactid="255"><span data-reactid="256">Alert</span><span class="chinese" data-reactid="257"></span></a></li><li style="padding-left:48px;" class="ant-menu-item" role="menuitem" aria-selected="false" data-reactid="258"><a href="/components/modal/" data-reactid="259"><span data-reactid="260">Modal</span><span class="chinese" data-reactid="261"></span></a></li><li style="padding-left:48px;" class="ant-menu-item-selected ant-menu-item" role="menuitem" aria-selected="true" data-reactid="262"><a href="/components/message/" data-reactid="263"><span data-reactid="264">Message</span><span class="chinese" data-reactid="265"></span></a></li><li style="padding-left:48px;" class="ant-menu-item" role="menuitem" aria-selected="false" data-reactid="266"><a href="/components/notification/" data-reactid="267"><span data-reactid="268">Notification</span><span class="chinese" data-reactid="269"></span></a></li><li style="padding-left:48px;" class="ant-menu-item" role="menuitem" aria-selected="false" data-reactid="270"><a href="/components/progress/" data-reactid="271"><span data-reactid="272">Progress</span><span class="chinese" data-reactid="273"></span></a></li><li style="padding-left:48px;" class="ant-menu-item" role="menuitem" aria-selected="false" data-reactid="274"><a href="/components/popconfirm/" data-reactid="275"><span data-reactid="276">Popconfirm</span><span class="chinese" data-reactid="277"></span></a></li><li style="padding-left:48px;" class="ant-menu-item" role="menuitem" aria-selected="false" data-reactid="278"><a href="/components/spin/" data-reactid="279"><span data-reactid="280">Spin</span><span class="chinese" data-reactid="281"></span></a></li></ul></li><li class=" ant-menu-item-group" data-reactid="282"><div class="ant-menu-item-group-title" data-reactid="283">Other</div><ul class="ant-menu-item-group-list" data-reactid="284"><li style="padding-left:48px;" class="ant-menu-item" role="menuitem" aria-selected="false" data-reactid="285"><a href="/components/anchor/" data-reactid="286"><span data-reactid="287">Anchor</span><span class="chinese" data-reactid="288"></span></a></li><li style="padding-left:48px;" class="ant-menu-item" role="menuitem" aria-selected="false" data-reactid="289"><a href="/components/locale-provider/" data-reactid="290"><span data-reactid="291">LocaleProvider</span><span class="chinese" data-reactid="292"></span></a></li></ul></li></ul></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="293"><article data-reactid="294"><div class="toc-affix" data-reactid="295"><div class="" data-reactid="296"><ul class="toc demos-anchor" data-reactid="297"><li title="Normal prompt" data-reactid="298"><a href="#components-message-demo-info" data-reactid="299">Normal prompt</a></li><li title="Other types of message" data-reactid="300"><a href="#components-message-demo-other" data-reactid="301">Other types of message</a></li><li title="Customize duration" data-reactid="302"><a href="#components-message-demo-duration" data-reactid="303">Customize duration</a></li><li title="Message of loading" data-reactid="304"><a href="#components-message-demo-loading" data-reactid="305">Message of loading</a></li></ul></div></div><section class="markdown" data-reactid="306"><h1 data-reactid="307"><!-- react-text: 308 -->Message<!-- /react-text --><a class="edit-button" href="https://github.com/ant-design/ant-design/edit/master/components/message/index.en-US.md" data-reactid="309"><i class="anticon anticon-edit" data-reactid="310"></i></a></h1><section class="markdown" data-reactid="311"><p data-reactid="312"><!-- react-text: 313 -->Display global messages as feedbacks to user operations.<!-- /react-text --></p><h2 id="When-To-Use" data-reactid="314"><span data-reactid="315"><!-- react-text: 316 -->When To Use<!-- /react-text --></span><a href="#When-To-Use" class="anchor" data-reactid="317">#</a></h2><ul data-reactid="318"><li data-reactid="319"><p data-reactid="320"><!-- react-text: 321 -->To provide feedbacks such as success, warning, error etc.<!-- /react-text --></p></li><li data-reactid="322"><p data-reactid="323"><!-- react-text: 324 -->A message is displayed at top and center and will be dismissed automatically, as a non-interrupting light-weighted prompt.<!-- /react-text --></p></li></ul></section><h2 data-reactid="325"><span data-reactid="326">Examples</span><i class="anticon anticon-appstore code-box-expand-trigger" title="展开全部代码" data-reactid="327"></i></h2></section><div class="ant-row" style="margin-left:-8px;margin-right:-8px;" data-reactid="328"><div style="padding-left:8px;padding-right:8px;" class="ant-col-12 code-boxes-col-2-1" data-reactid="329"><section class="code-box" id="components-message-demo-info" data-reactid="330"><section class="code-box-demo" data-reactid="331"><button type="button" class="ant-btn ant-btn-primary" data-reactid="332"><span data-reactid="333">Display normal message</span></button></section><section class="code-box-meta markdown" data-reactid="334"><div class="code-box-title" data-reactid="335"><a href="#components-message-demo-info" data-reactid="336">Normal prompt</a><a class="edit-button" href="https://github.com/ant-design/ant-design/edit/master/components/message/demo/info.md" data-reactid="337"><i class="anticon anticon-edit" data-reactid="338"></i></a></div><div data-reactid="339"><p data-reactid="340"><!-- react-text: 341 -->Normal messages as feedbacks.<!-- /react-text --></p></div><i title="Show Code" class="anticon anticon-down-circle-o collapse" data-reactid="342"></i></section><section class="highlight-wrapper" data-reactid="343"><div class="highlight" data-reactid="344"><i class="anticon anticon-copy code-box-code-copy" data-reactid="345"></i><pre class="language-jsx" data-reactid="346"><code data-reactid="347"><span class="token keyword">import</span> <span class="token punctuation">{</span> message<span class="token punctuation">,</span> Button <span class="token punctuation">}</span> <span class="token keyword">from</span> <span class="token string">'antd'</span><span class="token punctuation">;</span>
|
||
|
||
<span class="token keyword">const</span> info <span class="token operator">=</span> <span class="token keyword">function</span> <span class="token punctuation">(</span><span class="token punctuation">)</span> <span class="token punctuation">{</span>
|
||
message<span class="token punctuation">.</span><span class="token function">info</span><span class="token punctuation">(</span><span class="token string">'This is a normal message'</span><span class="token punctuation">)</span><span class="token punctuation">;</span>
|
||
<span class="token punctuation">}</span><span class="token punctuation">;</span>
|
||
|
||
ReactDOM<span class="token punctuation">.</span><span class="token function">render</span><span class="token punctuation">(</span><span class="token tag"><span class="token tag"><span class="token punctuation"><</span>Button</span> <span class="token attr-name">type</span><span class="token attr-value"><span class="token punctuation">=</span><span class="token punctuation">"</span>primary<span class="token punctuation">"</span></span> <span class="token attr-name">onClick</span><span class="token script language-javascript"><span class="token punctuation">=</span><span class="token punctuation">{</span>info<span class="token punctuation">}</span></span><span class="token punctuation">></span></span>Display normal message<span class="token tag"><span class="token tag"><span class="token punctuation"></</span>Button</span><span class="token punctuation">></span></span>
|
||
<span class="token punctuation">,</span> mountNode<span class="token punctuation">)</span><span class="token punctuation">;</span></code></pre></div></section></section><section class="code-box" id="components-message-demo-duration" data-reactid="348"><section class="code-box-demo" data-reactid="349"><button type="button" class="ant-btn" data-reactid="350"><span data-reactid="351">Customized display duration</span></button></section><section class="code-box-meta markdown" data-reactid="352"><div class="code-box-title" data-reactid="353"><a href="#components-message-demo-duration" data-reactid="354">Customize duration</a><a class="edit-button" href="https://github.com/ant-design/ant-design/edit/master/components/message/demo/duration.md" data-reactid="355"><i class="anticon anticon-edit" data-reactid="356"></i></a></div><div data-reactid="357"><p data-reactid="358"><!-- react-text: 359 -->Customize message display duration from default <!-- /react-text --><code data-reactid="360"><!-- react-text: 361 -->1.5s<!-- /react-text --></code><!-- react-text: 362 --> to <!-- /react-text --><code data-reactid="363"><!-- react-text: 364 -->10s<!-- /react-text --></code><!-- react-text: 365 -->.<!-- /react-text --></p></div><i title="Show Code" class="anticon anticon-down-circle-o collapse" data-reactid="366"></i></section><section class="highlight-wrapper" data-reactid="367"><div class="highlight" data-reactid="368"><i class="anticon anticon-copy code-box-code-copy" data-reactid="369"></i><pre class="language-jsx" data-reactid="370"><code data-reactid="371"><span class="token keyword">import</span> <span class="token punctuation">{</span> message<span class="token punctuation">,</span> Button <span class="token punctuation">}</span> <span class="token keyword">from</span> <span class="token string">'antd'</span><span class="token punctuation">;</span>
|
||
|
||
<span class="token keyword">const</span> success <span class="token operator">=</span> <span class="token keyword">function</span> <span class="token punctuation">(</span><span class="token punctuation">)</span> <span class="token punctuation">{</span>
|
||
message<span class="token punctuation">.</span><span class="token function">success</span><span class="token punctuation">(</span><span class="token string">'This is a prompt message for success, and it will disappear in 10 seconds'</span><span class="token punctuation">,</span> <span class="token number">10</span><span class="token punctuation">)</span><span class="token punctuation">;</span>
|
||
<span class="token punctuation">}</span><span class="token punctuation">;</span>
|
||
|
||
ReactDOM<span class="token punctuation">.</span><span class="token function">render</span><span class="token punctuation">(</span><span class="token tag"><span class="token tag"><span class="token punctuation"><</span>Button</span> <span class="token attr-name">onClick</span><span class="token script language-javascript"><span class="token punctuation">=</span><span class="token punctuation">{</span>success<span class="token punctuation">}</span></span><span class="token punctuation">></span></span>Customized display duration<span class="token tag"><span class="token tag"><span class="token punctuation"></</span>Button</span><span class="token punctuation">></span></span>
|
||
<span class="token punctuation">,</span> mountNode<span class="token punctuation">)</span><span class="token punctuation">;</span></code></pre></div></section></section></div><div style="padding-left:8px;padding-right:8px;" class="ant-col-12 code-boxes-col-2-1" data-reactid="372"><section class="code-box" id="components-message-demo-other" data-reactid="373"><section class="code-box-demo" data-reactid="374"><div data-reactid="375"><button type="button" class="ant-btn" data-reactid="376"><span data-reactid="377">Success</span></button><button type="button" class="ant-btn" data-reactid="378"><span data-reactid="379">Error</span></button><button type="button" class="ant-btn" data-reactid="380"><span data-reactid="381">Warning</span></button></div><style data-reactid="382">
|
||
#components-message-demo-other .ant-btn {
|
||
margin-right: 8px;
|
||
}
|
||
</style></section><section class="code-box-meta markdown" data-reactid="383"><div class="code-box-title" data-reactid="384"><a href="#components-message-demo-other" data-reactid="385">Other types of message</a><a class="edit-button" href="https://github.com/ant-design/ant-design/edit/master/components/message/demo/other.md" data-reactid="386"><i class="anticon anticon-edit" data-reactid="387"></i></a></div><div data-reactid="388"><p data-reactid="389"><!-- react-text: 390 -->Messages of success, error and warning types.<!-- /react-text --></p></div><i title="Show Code" class="anticon anticon-down-circle-o collapse" data-reactid="391"></i></section><section class="highlight-wrapper" data-reactid="392"><div class="highlight" data-reactid="393"><i class="anticon anticon-copy code-box-code-copy" data-reactid="394"></i><pre class="language-jsx" data-reactid="395"><code data-reactid="396"><span class="token keyword">import</span> <span class="token punctuation">{</span> message<span class="token punctuation">,</span> Button <span class="token punctuation">}</span> <span class="token keyword">from</span> <span class="token string">'antd'</span><span class="token punctuation">;</span>
|
||
|
||
<span class="token keyword">const</span> success <span class="token operator">=</span> <span class="token keyword">function</span> <span class="token punctuation">(</span><span class="token punctuation">)</span> <span class="token punctuation">{</span>
|
||
message<span class="token punctuation">.</span><span class="token function">success</span><span class="token punctuation">(</span><span class="token string">'This is a message of success'</span><span class="token punctuation">)</span><span class="token punctuation">;</span>
|
||
<span class="token punctuation">}</span><span class="token punctuation">;</span>
|
||
|
||
<span class="token keyword">const</span> error <span class="token operator">=</span> <span class="token keyword">function</span> <span class="token punctuation">(</span><span class="token punctuation">)</span> <span class="token punctuation">{</span>
|
||
message<span class="token punctuation">.</span><span class="token function">error</span><span class="token punctuation">(</span><span class="token string">'This is a message of error'</span><span class="token punctuation">)</span><span class="token punctuation">;</span>
|
||
<span class="token punctuation">}</span><span class="token punctuation">;</span>
|
||
|
||
<span class="token keyword">const</span> warning <span class="token operator">=</span> <span class="token keyword">function</span> <span class="token punctuation">(</span><span class="token punctuation">)</span> <span class="token punctuation">{</span>
|
||
message<span class="token punctuation">.</span><span class="token function">warning</span><span class="token punctuation">(</span><span class="token string">'This is message of warning'</span><span class="token punctuation">)</span><span class="token punctuation">;</span>
|
||
<span class="token punctuation">}</span><span class="token punctuation">;</span>
|
||
|
||
ReactDOM<span class="token punctuation">.</span><span class="token function">render</span><span class="token punctuation">(</span><span class="token tag"><span class="token tag"><span class="token punctuation"><</span>div</span><span class="token punctuation">></span></span>
|
||
<span class="token tag"><span class="token tag"><span class="token punctuation"><</span>Button</span> <span class="token attr-name">onClick</span><span class="token script language-javascript"><span class="token punctuation">=</span><span class="token punctuation">{</span>success<span class="token punctuation">}</span></span><span class="token punctuation">></span></span>Success<span class="token tag"><span class="token tag"><span class="token punctuation"></</span>Button</span><span class="token punctuation">></span></span>
|
||
<span class="token tag"><span class="token tag"><span class="token punctuation"><</span>Button</span> <span class="token attr-name">onClick</span><span class="token script language-javascript"><span class="token punctuation">=</span><span class="token punctuation">{</span>error<span class="token punctuation">}</span></span><span class="token punctuation">></span></span>Error<span class="token tag"><span class="token tag"><span class="token punctuation"></</span>Button</span><span class="token punctuation">></span></span>
|
||
<span class="token tag"><span class="token tag"><span class="token punctuation"><</span>Button</span> <span class="token attr-name">onClick</span><span class="token script language-javascript"><span class="token punctuation">=</span><span class="token punctuation">{</span>warning<span class="token punctuation">}</span></span><span class="token punctuation">></span></span>Warning<span class="token tag"><span class="token tag"><span class="token punctuation"></</span>Button</span><span class="token punctuation">></span></span>
|
||
<span class="token tag"><span class="token tag"><span class="token punctuation"></</span>div</span><span class="token punctuation">></span></span><span class="token punctuation">,</span> mountNode<span class="token punctuation">)</span><span class="token punctuation">;</span></code></pre></div></section></section><section class="code-box" id="components-message-demo-loading" data-reactid="397"><section class="code-box-demo" data-reactid="398"><button type="button" class="ant-btn" data-reactid="399"><span data-reactid="400">Display a loading indicator</span></button></section><section class="code-box-meta markdown" data-reactid="401"><div class="code-box-title" data-reactid="402"><a href="#components-message-demo-loading" data-reactid="403">Message of loading</a><a class="edit-button" href="https://github.com/ant-design/ant-design/edit/master/components/message/demo/loading.md" data-reactid="404"><i class="anticon anticon-edit" data-reactid="405"></i></a></div><div data-reactid="406"><p data-reactid="407"><!-- react-text: 408 -->Display a global loading indicator, which is dismissed by itself asynchronously.<!-- /react-text --></p></div><i title="Show Code" class="anticon anticon-down-circle-o collapse" data-reactid="409"></i></section><section class="highlight-wrapper" data-reactid="410"><div class="highlight" data-reactid="411"><i class="anticon anticon-copy code-box-code-copy" data-reactid="412"></i><pre class="language-jsx" data-reactid="413"><code data-reactid="414"><span class="token keyword">import</span> <span class="token punctuation">{</span> message<span class="token punctuation">,</span> Button <span class="token punctuation">}</span> <span class="token keyword">from</span> <span class="token string">'antd'</span><span class="token punctuation">;</span>
|
||
|
||
<span class="token keyword">const</span> success <span class="token operator">=</span> <span class="token punctuation">(</span><span class="token punctuation">)</span> <span class="token operator">=</span><span class="token operator">></span> <span class="token punctuation">{</span>
|
||
<span class="token keyword">const</span> hide <span class="token operator">=</span> message<span class="token punctuation">.</span><span class="token function">loading</span><span class="token punctuation">(</span><span class="token string">'Action in progress..'</span><span class="token punctuation">,</span> <span class="token number">0</span><span class="token punctuation">)</span><span class="token punctuation">;</span>
|
||
<span class="token comment" spellcheck="true">// Dismiss manually and asynchronously</span>
|
||
<span class="token function">setTimeout</span><span class="token punctuation">(</span>hide<span class="token punctuation">,</span> <span class="token number">2500</span><span class="token punctuation">)</span><span class="token punctuation">;</span>
|
||
<span class="token punctuation">}</span><span class="token punctuation">;</span>
|
||
|
||
ReactDOM<span class="token punctuation">.</span><span class="token function">render</span><span class="token punctuation">(</span><span class="token tag"><span class="token tag"><span class="token punctuation"><</span>Button</span> <span class="token attr-name">onClick</span><span class="token script language-javascript"><span class="token punctuation">=</span><span class="token punctuation">{</span>success<span class="token punctuation">}</span></span><span class="token punctuation">></span></span>Display a loading indicator<span class="token tag"><span class="token tag"><span class="token punctuation"></</span>Button</span><span class="token punctuation">></span></span>
|
||
<span class="token punctuation">,</span> mountNode<span class="token punctuation">)</span><span class="token punctuation">;</span></code></pre></div></section></section></div></div><section class="markdown api-container" data-reactid="415"><h2 id="API" data-reactid="416"><span data-reactid="417"><!-- react-text: 418 -->API<!-- /react-text --></span><a href="#API" class="anchor" data-reactid="419">#</a></h2><ul data-reactid="420"><li data-reactid="421"><p data-reactid="422"><code data-reactid="423"><!-- react-text: 424 -->message.success(content, duration, onClose)<!-- /react-text --></code></p></li><li data-reactid="425"><p data-reactid="426"><code data-reactid="427"><!-- react-text: 428 -->message.error(content, duration, onClose)<!-- /react-text --></code></p></li><li data-reactid="429"><p data-reactid="430"><code data-reactid="431"><!-- react-text: 432 -->message.info(content, duration, onClose)<!-- /react-text --></code></p></li><li data-reactid="433"><p data-reactid="434"><code data-reactid="435"><!-- react-text: 436 -->message.warning(content, duration, onClose)<!-- /react-text --></code></p></li><li data-reactid="437"><p data-reactid="438"><code data-reactid="439"><!-- react-text: 440 -->message.warn(content, duration, onClose)<!-- /react-text --></code></p></li><li data-reactid="441"><p data-reactid="442"><code data-reactid="443"><!-- react-text: 444 -->message.loading(content, duration, onClose)<!-- /react-text --></code></p></li></ul><p data-reactid="445"><!-- react-text: 446 -->This components provides 4 static methods, with arguments as following:<!-- /react-text --></p><table data-reactid="447"><thead data-reactid="448"><tr data-reactid="449"><th data-reactid="450"><!-- react-text: 451 -->Argument<!-- /react-text --></th><th data-reactid="452"><!-- react-text: 453 -->Description<!-- /react-text --></th><th data-reactid="454"><!-- react-text: 455 -->Type<!-- /react-text --></th><th data-reactid="456"><!-- react-text: 457 -->Default<!-- /react-text --></th></tr></thead><tbody data-reactid="458"><tr data-reactid="459"><td data-reactid="460"><!-- react-text: 461 -->content<!-- /react-text --></td><td data-reactid="462"><!-- react-text: 463 -->content of the message<!-- /react-text --></td><td data-reactid="464"><!-- react-text: 465 -->string<!-- /react-text --><!-- react-text: 466 -->|<!-- /react-text --><!-- react-text: 467 -->ReactNode<!-- /react-text --></td><td data-reactid="468"><!-- react-text: 469 -->-<!-- /react-text --></td></tr><tr data-reactid="470"><td data-reactid="471"><!-- react-text: 472 -->duration<!-- /react-text --></td><td data-reactid="473"><!-- react-text: 474 -->time before auto-dismiss,in seconds<!-- /react-text --></td><td data-reactid="475"><!-- react-text: 476 -->number<!-- /react-text --></td><td data-reactid="477"><!-- react-text: 478 -->1.5<!-- /react-text --></td></tr><tr data-reactid="479"><td data-reactid="480"><!-- react-text: 481 -->onClose<!-- /react-text --></td><td data-reactid="482"><!-- react-text: 483 -->Specify a function that will be called after the message closed<!-- /react-text --></td><td data-reactid="484"><!-- react-text: 485 -->Function<!-- /react-text --></td><td data-reactid="486"><!-- react-text: 487 -->-<!-- /react-text --></td></tr><tr data-reactid="488"><td data-reactid="489"><!-- react-text: 490 -->getContainer<!-- /react-text --></td><td data-reactid="491"><!-- react-text: 492 -->specify render container<!-- /react-text --></td><td data-reactid="493"><!-- react-text: 494 -->() => HTMLElement<!-- /react-text --></td><td data-reactid="495"><!-- react-text: 496 -->() => document.body<!-- /react-text --></td></tr></tbody></table><p data-reactid="497"><!-- react-text: 498 -->Methods for global configuration and destruction are also provided:<!-- /react-text --></p><ul data-reactid="499"><li data-reactid="500"><p data-reactid="501"><code data-reactid="502"><!-- react-text: 503 -->message.config(options)<!-- /react-text --></code></p></li><li data-reactid="504"><p data-reactid="505"><code data-reactid="506"><!-- react-text: 507 -->message.destroy()<!-- /react-text --></code></p></li></ul><pre class="language-js" data-reactid="508"><code data-reactid="509">message<span class="token punctuation">.</span><span class="token function">config</span><span class="token punctuation">(</span><span class="token punctuation">{</span>
|
||
top<span class="token punctuation">:</span> <span class="token number">100</span><span class="token punctuation">,</span>
|
||
duration<span class="token punctuation">:</span> <span class="token number">2</span><span class="token punctuation">,</span>
|
||
<span class="token punctuation">}</span><span class="token punctuation">)</span><span class="token punctuation">;</span></code></pre><table data-reactid="510"><thead data-reactid="511"><tr data-reactid="512"><th data-reactid="513"><!-- react-text: 514 -->Argument<!-- /react-text --></th><th data-reactid="515"><!-- react-text: 516 -->Description<!-- /react-text --></th><th data-reactid="517"><!-- react-text: 518 -->Type<!-- /react-text --></th><th data-reactid="519"><!-- react-text: 520 -->Default<!-- /react-text --></th></tr></thead><tbody data-reactid="521"><tr data-reactid="522"><td data-reactid="523"><!-- react-text: 524 -->top<!-- /react-text --></td><td data-reactid="525"><!-- react-text: 526 -->distance to top<!-- /react-text --></td><td data-reactid="527"><!-- react-text: 528 -->number<!-- /react-text --></td><td data-reactid="529"><!-- react-text: 530 -->24px<!-- /react-text --></td></tr><tr data-reactid="531"><td data-reactid="532"><!-- react-text: 533 -->duration<!-- /react-text --></td><td data-reactid="534"><!-- react-text: 535 -->time before auto-dismiss,in seconds<!-- /react-text --></td><td data-reactid="536"><!-- react-text: 537 -->number<!-- /react-text --></td><td data-reactid="538"><!-- react-text: 539 -->1.5<!-- /react-text --></td></tr></tbody></table></section></article></div></div><div class="ant-row" data-reactid="540"><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="541"><section class="prev-next-nav" data-reactid="542"><a class="prev-page" href="/components/modal/" data-reactid="543"><span data-reactid="544">Modal</span><span class="chinese" data-reactid="545"></span></a><a class="next-page" href="/components/notification/" data-reactid="546"><span data-reactid="547">Notification</span><span class="chinese" data-reactid="548"></span></a></section></div></div></div><footer id="footer" data-reactid="549"><ul data-reactid="550"><li data-reactid="551"><h2 data-reactid="552"><i class="anticon anticon-github" data-reactid="553"></i><!-- react-text: 554 --> GitHub<!-- /react-text --></h2><div data-reactid="555"><a target="_blank " href="https://github.com/ant-design/ant-design" data-reactid="556"><span data-reactid="557">Repository</span></a></div><div data-reactid="558"><a target="_blank " href="https://ant.design/docs/react/customize-theme" data-reactid="559"><span data-reactid="560">Customize Theme</span></a></div><div data-reactid="561"><a target="_blank " href="https://github.com/websemantics/awesome-ant-design" data-reactid="562"><span data-reactid="563">Awesome Ant Design</span></a></div></li><li data-reactid="564"><h2 data-reactid="565"><i class="anticon anticon-link" data-reactid="566"></i><!-- react-text: 567 --> <!-- /react-text --><span data-reactid="568">Links</span></h2><div data-reactid="569"><a href="http://mobile.ant.design" data-reactid="570">Ant Design Mobile</a><span data-reactid="571"> - </span><span data-reactid="572">Mobile UI</span></div><div data-reactid="573"><a target="_blank" rel="noopener noreferrer" href="https://github.com/dvajs/dva" data-reactid="574">dva</a><!-- react-text: 575 --> - <!-- /react-text --><span data-reactid="576">Framework</span></div><div data-reactid="577"><a target="_blank" rel="noopener noreferrer" href="https://github.com/dvajs/dva-cli" data-reactid="578">dva-cli</a><!-- react-text: 579 --> -<!-- /react-text --><span data-reactid="580">Developer Tools</span></div><div data-reactid="581"><a target="_blank" rel="noopener noreferrer" href="https://eggjs.org/" data-reactid="582">Egg</a><span data-reactid="583"> - </span><span data-reactid="584">Enterprise Node Framework</span></div><div data-reactid="585"><a target="_blank" rel="noopener noreferrer" href="https://antv.alipay.com/" data-reactid="586">AntV</a><span data-reactid="587"> - </span><span data-reactid="588">Data Visualization</span></div><div data-reactid="589"><a target="_blank" rel="noopener noreferrer" href="http://motion.ant.design" data-reactid="590">Ant Motion</a><span data-reactid="591"> - </span><span data-reactid="592">Motion Soluction</span></div><div data-reactid="593"><a target="_blank" rel="noopener noreferrer" href="http://library.ant.design/" data-reactid="594">AntD Library</a><span data-reactid="595"> - </span><span data-reactid="596">Axure library</span></div><div data-reactid="597"><a target="_blank" rel="noopener noreferrer" href="http://ux.ant.design" data-reactid="598">Ant UX</a><span data-reactid="599"> - </span><span data-reactid="600">Sitemap Template</span></div></li><li data-reactid="601"><h2 data-reactid="602"><i class="anticon anticon-customer-service" data-reactid="603"></i><!-- react-text: 604 --> <!-- /react-text --><span data-reactid="605">Community</span></h2><div data-reactid="606"><a href="/changelog" data-reactid="607"><span data-reactid="608">Change Log</span></a></div><div data-reactid="609"><a target="_blank" rel="noopener noreferrer" href="https://github.com/ant-design/ant-design/wiki/FAQ" data-reactid="610"><span data-reactid="611">FAQ</span></a></div><div data-reactid="612"><a target="_blank" rel="noopener noreferrer" href="https://gitter.im/ant-design/ant-design" data-reactid="613"><span data-reactid="614">Chat Room</span></a></div><div data-reactid="615"><a target="_blank" rel="noopener noreferrer" href="https://github.com/ant-design/ant-design/issues/new" data-reactid="616"><span data-reactid="617">Bug Report</span></a></div><div data-reactid="618"><a target="_blank" rel="noopener noreferrer" href="http://stackoverflow.com/questions/tagged/antd" data-reactid="619"><span data-reactid="620">StackOverflow</span></a></div><div data-reactid="621"><a target="_blank" rel="noopener noreferrer" href="https://segmentfault.com/t/antd" data-reactid="622"><span data-reactid="623">SegmentFault</span></a></div></li><li data-reactid="624"><h2 data-reactid="625"><!-- react-text: 626 -->Copyright © <!-- /react-text --><!-- react-text: 627 -->2017<!-- /react-text --></h2><div data-reactid="628"><span data-reactid="629">Created by Ant UED</span></div><div data-reactid="630"><!-- react-text: 631 -->Built with <!-- /react-text --><a target="_blank" rel="noopener noreferrer" href="https://github.com/benjycui/bisheng" data-reactid="632">BiSheng</a></div></li></ul></footer></div>
|
||
</div>
|
||
<script src="/common.js"></script>
|
||
<script src="/index.js"></script>
|
||
</body>
|
||
</html>
|