Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@danil.vereschak/vue2-phone-input

Vereschak26MIT1.0.8

Phone input with country list, country codes ..

Vuejs, Vue, js, Vuejs2, Vue2, input, country, countries, phone, list, dial, code, code, dial

readme

vue2-phone-input

Phone input with country list, country codes ..

Installation


npm

npm install --save vue2-phone-input
npm install --save less-loader less

Usage


<script>
import vue from 'vue';
import PhoneInput from 'vue2-phone-input';

vue.component('phone-input', PhoneInput);

export default {
  name: 'hello',
  data() {
    return {
      phone: {
        code: '',
        number: ''
      }
    }
  },
};
</script>

<template>
  <div class="hello">    
    <phone-input :phone="phone"/>
  </div>
</template>

CREDITS


Thanks to @sulieman-sh