naive-ui/demo/documentation/components/spin/enUS/basic.md
2020-01-31 21:58:21 +08:00

10 lines
185 B
Markdown

# Basic
Here are `small`, `medium` and `large` spins.
```html
<n-spin size="small" /> <n-spin size="medium" /> <n-spin size="large" />
```
```css
.n-spin {
margin: 0 8px 12px 0;
}
```