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

13 lines
371 B
Markdown
Raw Normal View History

2019-09-21 17:03:05 +08:00
# 透明背景
`Ghost` 按钮有透明的背景。
```html
<n-space>
<n-button ghost>Default</n-button>
<n-button type="primary" ghost>Primary</n-button>
<n-button type="info" ghost>Info</n-button>
<n-button type="success" ghost>Success</n-button>
<n-button type="warning" ghost>Warning</n-button>
<n-button type="error" ghost>Error</n-button>
</n-space>
2019-12-04 18:17:25 +08:00
```