naive-ui/demo/documentation/components/button/zhCN/text.md
2019-12-31 17:15:55 +08:00

344 B

文本按钮

<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>
.n-button {
  margin: 0 8px 8px 0;
}