phone-input

Phone input with preset value

Phone input with preset value

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

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

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

<template>
  <PhoneInput model-value="+12125551234" placeholder="Enter phone number" />
</template>

Установка

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

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

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