mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-04 17:09:46 +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;