mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-02 15:27:18 +00:00
298 B
298 B
order, title
| 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);