mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
5 lines
143 B
Vue
5 lines
143 B
Vue
<template>
|
|
<UTooltip text="Tooltip" :shortcuts="['⌘', 'K']" arrow>
|
|
<UButton label="Hover me" color="white" />
|
|
</UTooltip>
|
|
</template> |