mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-12 12:25:16 +08:00
11 lines
191 B
Markdown
11 lines
191 B
Markdown
|
# Icon
|
||
|
Using icon in button
|
||
|
```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;
|
||
|
}
|
||
|
```
|