kbd

Keyboard keys grouped together.

Keyboard keys grouped together.

Загрузка превью…

src/kbd/c-kbd-2.vue

<script setup lang="ts">
import { Kbd, KbdGroup } from "@/components/ui/kbd"
</script>

<template>
  <div class="flex items-center justify-center">
    <KbdGroup>
      <Kbd>Ctrl</Kbd>
      <Kbd>Shift</Kbd>
      <Kbd>P</Kbd>
    </KbdGroup>
  </div>
</template>

Установка

npx shadcn-vue@latest add https://revueui.rootapi.dev/r/c-kbd-2.json

Зависимости реестра

Источник: порт из ReUI (Keenthemes, MIT)