mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-24 12:45:18 +08:00
12 lines
168 B
Markdown
12 lines
168 B
Markdown
# Basic
|
|
|
|
Here are `small`, `medium` and `large` spins.
|
|
|
|
```html
|
|
<n-space>
|
|
<n-spin size="small" />
|
|
<n-spin size="medium" />
|
|
<n-spin size="large" />
|
|
</n-space>
|
|
```
|