mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-03 04:30:06 +08:00
285 B
285 B
order | title | ||||
---|---|---|---|---|---|
2 |
|
zh-CN
显示动画效果。
en-US
Display active animation.
import { Skeleton } from 'antd';
import React from 'react';
const App: React.FC = () => <Skeleton active />;
export default App;