mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-12 12:25:16 +08:00
a6a6ee8d99
* feat(button): dashed * feat(button): dashed, add new theme * docs(button): dashed button
396 B
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;
}