phone-input
Large phone input
Large phone input
Загрузка превью…
src/phone-input/c-phone-input-3.vue
<script setup lang="ts">
import { PhoneInput } from "@/components/reui/phone-input"
</script>
<template>
<PhoneInput
variant="lg"
placeholder="Enter phone number"
default-country="US"
model-value="+12125551234"
/>
</template>
Установка
npx shadcn-vue@latest add https://revueui.rootapi.dev/r/c-phone-input-3.jsonЗависимости реестра
Источник: порт из ReUI (Keenthemes, MIT)