vue-simple-phone

1.2.0 • Public • Published

Vue Simple Phone

A multilingual, simple, and extendable phone number input component for Vue

Vue Simple Phone logo

Installation

  1. Install from npm: npm i vue-simple-phone
  2. 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>

Demo and Docs

Extensive documentation and a demo can be found here

Theme Builder

Build out your own theme with our theme builder!

Use different languages

By default Vue Simple Phone supports any language, using Intl, read more about such options here.

Example of the different languages

A quick peek

Example of the different themes available to Vue Simple Phone

Package Sidebar

Install

npm i vue-simple-phone

Weekly Downloads

5

Version

1.2.0

License

MIT

Unpacked Size

495 kB

Total Files

267

Last publish

Collaborators

  • bjorntheprogrammer