mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-09 04:31:35 +08:00
643 B
643 B
Use in Button
<n-button size="small">
<template v-slot:icon>
<n-nimbus-icon
type="share"
color="#63E2B7"
/>
</template>
Pull Request
</n-button>
<n-button>
<template v-slot:icon>
<n-nimbus-icon
type="share"
color="#63E2B7"
/>
</template>
Pull Request
</n-button>
<n-button size="small">
<template v-slot:icon>
<n-nimbus-icon
type="share"
color="#63E2B7"
/>
</template>
Pull Request
</n-button>
<n-button icon-on-right>
<template v-slot:icon>
<n-nimbus-icon
type="share"
color="#63E2B7"
/>
</template>
Pull Request
</n-button>