naive-ui/demo/documentation/components/button/zhCN/dashed.demo.md
07akioni a6a6ee8d99 feat(button): support tusimple theme (#313)
* feat(button): dashed

* feat(button): dashed, add new theme

* docs(button): dashed button
2020-09-25 14:17:52 +08:00

396 B

虚线按钮

使用 dashed 来使用虚线按钮。

<n-button dashed>Default</n-button>
<n-button type="primary" dashed>Primary</n-button>
<n-button type="info" dashed>Info</n-button>
<n-button type="success" dashed>Success</n-button>
<n-button type="warning" dashed>Warning</n-button>
<n-button type="error" dashed>Error</n-button>
.n-button {
  margin: 0 8px 8px 0;
}