vue2-phone-input

1.1.2 • Public • Published

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

/vue2-phone-input/

    Package Sidebar

    Install

    npm i vue2-phone-input

    Weekly Downloads

    57

    Version

    1.1.2

    License

    MIT

    Unpacked Size

    303 kB

    Total Files

    5

    Last publish

    Collaborators

    • irestweb