mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
12 lines
252 B
Vue
12 lines
252 B
Vue
<template>
|
|
<div class="text-center">
|
|
<h1 class="font-semibold text-primary mb-1">
|
|
Playground
|
|
</h1>
|
|
|
|
<div class="flex items-center justify-center gap-1">
|
|
<UKbd value="meta" /> <UKbd value="K" />
|
|
</div>
|
|
</div>
|
|
</template>
|