kbd
Keyboard key within an input.
Keyboard key within an input.
Загрузка превью…
src/kbd/c-kbd-4.vue
<script setup lang="ts">
import { InputGroup, InputGroupAddon, InputGroupInput } from "@/components/ui/input-group"
import { Kbd } from "@/components/ui/kbd"
</script>
<template>
<div class="flex items-center justify-center">
<InputGroup class="max-w-xs">
<InputGroupInput placeholder="Search…" />
<InputGroupAddon>
<Kbd>Space</Kbd>
</InputGroupAddon>
</InputGroup>
</div>
</template>
Установка
npx shadcn-vue@latest add https://revueui.rootapi.dev/r/c-kbd-4.jsonЗависимости реестра
Источник: порт из ReUI (Keenthemes, MIT)