@ipscape/ips-tel-input

A phone number input component

Usage no npm install needed!

<script type="module">
  import ipscapeIpsTelInput from 'https://cdn.skypack.dev/@ipscape/ips-tel-input';
</script>

README

ips-tel-input

tested with jest jest

The <ips-tel-input> provides a telephone input component.

Live demo

See Storybook

Getting started

Install the component library:

npm install @ipscape/ips-tel-input

or

yarn add @ipscape/ips-tel-input

Add the component to your app:

import Vue from 'vue';
import IpsTelInput from '@ipscape/ips-tel-input';
import '@ipscape/ips-tel-input/dist/ips-tel-input.css';

Vue.component(IpsTelInput.name, IpsTelInput);

Use a component in your application:

<template>
  <ips-tel-input></ips-tel-input>
</template>

License

License: GPL v2 License: GPL v3

Made with ❤ by ipSCAPE

Licensed under the terms of GNU General Public License Version 2 or later. For full details about the license, please check the LICENSE.md file.