mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-22 16:00:39 +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>
6 lines
119 B
Vue
6 lines
119 B
Vue
<template>
|
|
<div class="flex items-center gap-1">
|
|
<UKbd value="⌘" />
|
|
<UKbd value="K" />
|
|
</div>
|
|
</template> |