naive-ui/demo/documentation/components/button/enUS/text.md
2019-12-08 17:21:44 +08:00

342 B

Text Button

<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;
}