mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-29 05:29:37 +08:00
276 B
276 B
order | title | ||||
---|---|---|---|---|---|
0 |
|
zh-CN
一个简单的 loading 状态。
en-US
A simple loading status.
import { Spin } from 'antd';
import React from 'react';
const App: React.FC = () => <Spin />;
export default App;