@danil.vereschak/vue2-phone-input

1.0.8 • 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

Package Sidebar

Install

npm i @danil.vereschak/vue2-phone-input

Weekly Downloads

2

Version

1.0.8

License

MIT

Unpacked Size

296 kB

Total Files

5

Last publish

Collaborators

  • danil.vereschak