mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-13 15:49:10 +08:00
5b8e4e51e9
* chore: bump types def * chore: part ts def * chore: part ts def * chore: part ts def * chore: part ts def * chore: part ts def * chore: part ts def * chore: part ts def * chore: part ts def * chore: part ts def * chore: part ts def * chore: free --legacy-peer-deps * chore: ignore peer * chore: fix ts logic * chore: use fork docsearch * chore: fix demo ts
21 lines
221 B
Markdown
21 lines
221 B
Markdown
---
|
|
order: 0
|
|
title:
|
|
zh-CN: 基本用法
|
|
en-US: basic Usage
|
|
---
|
|
|
|
## zh-CN
|
|
|
|
一个简单的 loading 状态。
|
|
|
|
## en-US
|
|
|
|
A simple loading status.
|
|
|
|
```tsx
|
|
import { Spin } from 'antd';
|
|
|
|
export default () => <Spin />;
|
|
```
|