mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-27 05:00:48 +08:00
371 B
371 B
Dashed
Use dashed
to show dashed button.
<n-space>
<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-space>