mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
7 lines
120 B
Vue
7 lines
120 B
Vue
<template>
|
|
<div class="flex items-center gap-1">
|
|
<UKbd value="⌘" />
|
|
<UKbd value="K" />
|
|
</div>
|
|
</template>
|