mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-29 13:47:02 +08:00
543 B
543 B
order | title | ||||
---|---|---|---|---|---|
2 |
|
zh-CN
自定义图片、描述、附属内容。
en-US
Customize image, description and extra content.
import { Empty, Button } from 'antd';
ReactDOM.render(
<Empty
image="https://gw.alipayobjects.com/mdn/miniapp_social/afts/img/A*pevERLJC9v0AAAAAAAAAAABjAQAAAQ/original"
description={
<span>
Customize <a href="#API">Description</a>
</span>
}
>
<Button type="primary">立即创建</Button>
</Empty>,
mountNode
);