Files
ui/playground/pages/tooltip.vue
2024-03-07 13:03:21 +01:00

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>