A multilingual, simple, and extendable phone number input component for Vue
- 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>
Extensive documentation and a demo can be found here
Build out your own theme with our theme builder!
By default Vue Simple Phone supports any language, using Intl, read more about such options here.