naive-ui/demo/documentation/components/button/zhCN/shape.md

12 lines
219 B
Markdown
Raw Normal View History

2019-09-21 17:03:05 +08:00
# 形状
按钮拥有不同的形状
```html
<n-button circle icon="md-save" />
<n-button type="primary" round>Primary</n-button>
<n-button type="info">Info</n-button>
```
```css
.n-button {
margin: 0 8px 8px 0;
}
```