button-group

Basic button group with two buttons

Basic button group with two buttons

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

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

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

<template>
  <ButtonGroup>
    <Button variant="outline">Button</Button>
    <Button variant="outline">Another Button</Button>
  </ButtonGroup>
</template>

Установка

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

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

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