mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-12 12:25:16 +08:00
11 lines
197 B
Markdown
11 lines
197 B
Markdown
# 图标
|
|
在按钮上使用图标
|
|
```html
|
|
<n-button icon="md-save">Save</n-button>
|
|
<n-button icon="md-save" icon-position="right">Save</n-button>
|
|
```
|
|
```css
|
|
.n-button {
|
|
margin: 0 8px 8px 0;
|
|
}
|
|
``` |