phone-input

Small phone input

Small phone input

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

src/phone-input/c-phone-input-2.vue

<script setup lang="ts">
import { PhoneInput } from "@/components/reui/phone-input"
</script>

<template>
  <PhoneInput
    variant="sm"
    placeholder="Enter phone number"
    default-country="NL"
    model-value="+31612345678"
  />
</template>

Установка

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

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

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