ant-design/components/skeleton/demo/complex.md
2019-05-07 14:57:32 +08:00

298 B

order title
1
zh-CN en-US
复杂的组合 Complex combination

zh-CN

更复杂的组合。

en-US

Complex combination with avatar and multiple paragraphs.

import { Skeleton } from 'antd';

ReactDOM.render(<Skeleton avatar paragraph={{ rows: 4 }} />, mountNode);