input

Input with phone type

Input with phone type

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

src/input/c-input-8.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-tel">Phone</FieldLabel>
    <Input id="input-demo-tel" type="tel" placeholder="+1 (555) 123-4567" />
  </Field>
</template>

Установка

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

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

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