Skip to content

socheatsok78/v-inputmask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

v-inputmask

InputMask directive for Vue.js

Install

npm i @socheatsok78/v-inputmask
# or
yarn add @socheatsok78/v-inputmask

Usage

<template>
  <input v-inputmask="{ mask: '999-999-9999' }">
</template>

Other options can be found on Inputmask GitHub repo.

License

Licensed under the MIT license