mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
7 lines
177 B
Vue
7 lines
177 B
Vue
<template>
|
|
<div class="flex gap-1">
|
|
<UTooltip text="Tooltip">
|
|
<UButton icon="i-heroicons-rocket-launch" to="/" label="Button" />
|
|
</UTooltip>
|
|
</div>
|
|
</template> |