mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-27 05:00:48 +08:00
487001d697
.demo.md for component demo .demo-entry.md for demo entry .md for common docs
369 B
369 B
Shape
Button has different shapes.
<n-button circle>
<template v-slot:icon>
<cash-outline />
</template>
</n-button>
<n-button round>Round</n-button>
<n-button>Rect</n-button>
import cashOutline from 'naive-ui/lib/icons/cash-outline'
export default {
components: {
cashOutline
}
}
.n-button {
margin: 0 8px 8px 0;
}