mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-27 05:00:48 +08:00
412 B
412 B
Text Button
Somebody also calls it link
button.
<n-button
text
size="large"
>
<template v-slot:icon>
<n-icon>
<train-outline />
</n-icon>
</template>
The Engine is Still Spiting Smoke
</n-button>
import trainOutline from 'naive-ui/lib/icons/train-outline'
export default {
components: {
trainOutline
}
}
.n-button {
margin: 0 12px 8px 0;
}