mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-23 08:20:39 +01:00
7 lines
179 B
Vue
7 lines
179 B
Vue
<template>
|
|
<div class="flex gap-1.5">
|
|
<UTooltip text="Tooltip">
|
|
<UButton icon="i-heroicons-rocket-launch" to="/" label="Button" />
|
|
</UTooltip>
|
|
</div>
|
|
</template> |