mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-19 14:31:47 +01:00
7 lines
197 B
Vue
7 lines
197 B
Vue
<template>
|
|
<div class="flex gap-1.5">
|
|
<UTooltip content="Tooltip" side="bottom">
|
|
<UButton icon="i-heroicons-rocket-launch" label="Button" loading />
|
|
</UTooltip>
|
|
</div>
|
|
</template> |