input

Disabled input

Disabled input

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

src/input/c-input-4.vue

<script setup lang="ts">
import { Field, FieldLabel } from "@/components/ui/field"
import { Input } from "@/components/ui/input"
</script>

<template>
  <Field class="max-w-xs">
    <FieldLabel for="input-demo-disabled">Email</FieldLabel>
    <Input id="input-demo-disabled" type="email" placeholder="Email" disabled />
  </Field>
</template>

Установка

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

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

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