input-group

Input group with keyboard shortcut (Kbd)

Input group with keyboard shortcut (Kbd)

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

src/input-group/c-input-group-13.vue

<script setup lang="ts">
import { Field } from "@/components/ui/field"
import { InputGroup, InputGroupAddon, InputGroupInput } from "@/components/ui/input-group"
import { Kbd } from "@/components/ui/kbd"
</script>

<template>
  <Field class="w-full max-w-xs">
    <InputGroup>
      <InputGroupInput placeholder="Search documentation..." />
      <InputGroupAddon align="inline-end">
        <Kbd>⌘K</Kbd>
      </InputGroupAddon>
    </InputGroup>
  </Field>
</template>

Установка

npx shadcn-vue@latest add https://revueui.rootapi.dev/r/c-input-group-13.json

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

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