phone-input
Phone input with error state
Phone input with error state
Загрузка превью…
src/phone-input/c-phone-input-6.vue
<script setup lang="ts">
import { PhoneInput } from "@/components/reui/phone-input"
</script>
<template>
<PhoneInput aria-invalid="true" placeholder="Enter phone number" />
</template>
Установка
npx shadcn-vue@latest add https://revueui.rootapi.dev/r/c-phone-input-6.jsonЗависимости реестра
Источник: порт из ReUI (Keenthemes, MIT)