label

Label paired with a checkbox.

Label paired with a checkbox.

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

src/label/c-label-2.vue

<script setup lang="ts">
import { Checkbox } from "@/components/ui/checkbox"
import { Field } from "@/components/ui/field"
import { Label } from "@/components/ui/label"
</script>

<template>
  <Field orientation="horizontal" class="mx-auto w-auto">
    <Checkbox id="label-demo-terms" />
    <Label for="label-demo-terms">Accept terms and conditions</Label>
  </Field>
</template>

Установка

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

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

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