Files
ui/playground/pages/tooltip.vue
2024-03-12 15:38:31 +01:00

5 lines
143 B
Vue

<template>
<UTooltip text="Tooltip" :shortcuts="['⌘', 'K']" arrow>
<UButton label="Hover me" color="white" />
</UTooltip>
</template>