You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
298 B

---
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);
```