mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-04 17:09:46 +08:00
346 B
346 B
order | title | ||||
---|---|---|---|---|---|
1 |
|
zh-CN
更复杂的组合。
en-US
Complex combination with avatar and multiple paragraphs.
import { Skeleton } from 'antd';
import React from 'react';
const App: React.FC = () => <Skeleton avatar paragraph={{ rows: 4 }} />;
export default App;