Files
ui/playground/pages/tooltip.vue
2024-03-11 18:43:13 +01:00

7 lines
181 B
Vue

<template>
<div class="flex gap-1.5">
<UTooltip text="Tooltip">
<UButton icon="i-heroicons-rocket-launch" label="Button" disabled />
</UTooltip>
</div>
</template>