naive-ui/demo/documentation/components/spin/enUS/basic.md

10 lines
185 B
Markdown
Raw Normal View History

2019-10-15 17:40:21 +08:00
# Basic
2020-01-31 21:58:21 +08:00
Here are `small`, `medium` and `large` spins.
2019-10-15 17:40:21 +08:00
```html
<n-spin size="small" /> <n-spin size="medium" /> <n-spin size="large" />
2020-01-31 21:58:21 +08:00
```
```css
.n-spin {
margin: 0 8px 12px 0;
}
2019-10-15 17:40:21 +08:00
```