naive-ui/demo/documentation/components/button/enUS/text.md

14 lines
342 B
Markdown
Raw Normal View History

2019-12-08 17:21:44 +08:00
# Text Button
```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;
}
```