mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-24 17:00:36 +01:00
* chore: add local module for better dx developing nuxt/ui * up * up * up * feat(Kbd): new * chore(Badge): update * chore(Collapsible): remove content prop * chore(Container): clean * chore(Avatar): update root bg * chore(Link): clean * feat(Tooltip): handle shortcuts * playground(collapsible): update --------- Co-authored-by: Benjamin Canac <canacb1@gmail.com>
5 lines
169 B
Vue
5 lines
169 B
Vue
<template>
|
|
<UTooltip text="Tooltip" :shortcuts="['⌘', 'K']" arrow>
|
|
<UButton icon="i-heroicons-rocket-launch" label="Button" disabled />
|
|
</UTooltip>
|
|
</template> |