button-group

Button group with button followed by input

Button group with button followed by input

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

src/button-group/c-button-group-2.vue

<script setup lang="ts">
import { Button } from "@/components/ui/button"
import { ButtonGroup } from "@/components/ui/button-group"
import { Input } from "@/components/ui/input"
</script>

<template>
  <ButtonGroup>
    <Button variant="outline">Button</Button>
    <Input placeholder="Type something here..." />
  </ButtonGroup>
</template>

Установка

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

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

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