mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-21 04:50:14 +08:00
378 B
378 B
Shape
Button has different shapes.
<n-button circle>
<template v-slot:icon>
<md-save />
</template>
</n-button>
<n-button type="primary" round>Primary</n-button>
<n-button type="info">Info</n-button>
import mdSave from 'naive-ui/lib/icons/md-save'
export default {
components: {
mdSave
}
}
.n-button {
margin: 0 8px 8px 0;
}