mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-26 20:20:00 +08:00
298 B
298 B
order | title | ||||
---|---|---|---|---|---|
1 |
|
zh-CN
更复杂的组合。
en-US
Complex combination with avatar and multiple paragraphs.
import { Skeleton } from 'antd';
ReactDOM.render(<Skeleton avatar paragraph={{ rows: 4 }} />, mountNode);