Files
ant-design/components/message/index.html
T
2017-03-11 12:51:12 +08:00

157 lines
52 KiB
HTML
Raw Blame History

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