mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-05 01:19:45 +08:00
21 lines
300 B
Markdown
21 lines
300 B
Markdown
---
|
|
order: 1
|
|
title:
|
|
zh-CN: 复杂的组合
|
|
en-US: Complex combination
|
|
---
|
|
|
|
## zh-CN
|
|
|
|
更复杂的组合。
|
|
|
|
## en-US
|
|
|
|
Complex combination with avatar and multiple paragraphs.
|
|
|
|
````jsx
|
|
import { Skeleton } from 'antd';
|
|
|
|
ReactDOM.render(<Skeleton avatar paragraph={{ rows: 4 }} />, mountNode);
|
|
````
|