International Telephone Input with Vue
npm install @matrunchyk/vue3-tel-inputInternational Telephone Input with Vue.
 
![]()
- Install the plugin:
``sh`
npm install @matrunchyk/vue3-tel-input
- Add the plugin into your app:
`javascript
import Vue from 'vue'
import VueTelInput from 'vue3-tel-input'
import 'vue3-tel-input/dist/style.css'
Vue.use(VueTelInput)
`
- Use the vue-tel-input component:
`html`
`bash`
npm install @matrunchyk/vue-tel-input
Install the plugin into Vue:
`javascript
import Vue from 'vue'
import VueTelInput from '@matrunchyk/vue3-tel-input'
import '@matrunchyk/vue3-tel-input/dist/style.css'
Vue.use(VueTelInput, options) // Define default global options here (optional)
`
> View all available options in Props.
Or use the component directly:
`html