ant-design/components/empty/demo/description.md

21 lines
246 B
Markdown
Raw Normal View History

---
2019-07-17 11:49:47 +08:00
order: 4
title:
zh-CN: 无描述
en-US: No description
---
## zh-CN
无描述展示。
## en-US
Simplest Usage with no description.
```jsx
import { Empty } from 'antd';
ReactDOM.render(<Empty description={false} />, mountNode);
```