vue-simple-phone
v1.3.1
Published
A multilingual, simple, and extendable phone number input component for Vue
Maintainers
Readme
Vue Simple Phone
A multilingual, simple, and extendable phone number input component for Vue

Installation
- Install from npm:
npm i vue-simple-phone - Use and import in your code!
<script setup>
import { VueSimplePhone } from 'vue-simple-phone'
import 'vue-simple-phone/themes/light.css' // Include the default theme
</script>
<template>
<VueSimplePhone />
</template>Demo and Docs
Extensive documentation and a demo can be found here
Theme Builder
Build out your own theme with our theme builder!
Use different languages
By default Vue Simple Phone supports any language, using Intl, read more about such options here.

A quick peek

