input

Input with error message

Input with error message

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

src/input/c-input-5.vue

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

<template>
  <Field class="max-w-xs">
    <FieldLabel for="input-demo-error">Email</FieldLabel>
    <Input id="input-demo-error" type="email" placeholder="name@example.com" aria-invalid="true" />
    <FieldError>Please enter a valid email address.</FieldError>
  </Field>
</template>

Установка

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

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

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