mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-03-01 13:36:55 +08:00
button-zhcn missing text
This commit is contained in:
parent
4bbc1edb48
commit
fbf4839ee2
@ -3,6 +3,7 @@
|
||||
## 演示
|
||||
```demo
|
||||
basic
|
||||
text
|
||||
disabled
|
||||
icon
|
||||
events
|
||||
|
14
demo/documentation/components/button/zhCN/text.md
Normal file
14
demo/documentation/components/button/zhCN/text.md
Normal file
@ -0,0 +1,14 @@
|
||||
# 文本按钮
|
||||
```html
|
||||
<n-button text>Default</n-button>
|
||||
<n-button text type="primary">Primary</n-button>
|
||||
<n-button text type="info">Info</n-button>
|
||||
<n-button text type="success">Success</n-button>
|
||||
<n-button text type="warning">Warning</n-button>
|
||||
<n-button text type="error">Error</n-button>
|
||||
```
|
||||
```css
|
||||
.n-button {
|
||||
margin: 0 8px 8px 0;
|
||||
}
|
||||
```
|
Loading…
Reference in New Issue
Block a user