mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-27 05:00:48 +08:00
416 B
416 B
Icon
Use icon in button.
<n-button>
<template v-slot:icon>
<cash-outline />
</template>
+100$
</n-button>
<n-button icon-placement="right">
<template v-slot:icon>
<cash-outline />
</template>
+100$
</n-button>
import cashOutline from 'naive-ui/lib/icons/cash-outline'
export default {
components: {
cashOutline
}
}
.n-button {
margin: 0 8px 8px 0;
}