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