0.2.0 • Published 3 years ago

inputmask-vue v0.2.0

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

inputmask-vue

Simple Vue2/3 wrapper for RobinHerbots's Inputmask library.

This installs a global inputmask directive, which you can use anywhere in your application

It's pretty similar to vue-inputmask, but I'll try to keep dependencies updated (this other lib seems to be abandoned)


Installation

Vue 3

Install the package inputmask-vue with your preferred package manager:

pnpm add inputmask-vue

Add it globablly to your application:

import InputmaskVue from 'inputmask-vue'
app.use(InputmaskVue)

Vue 2

0.2.1

3 years ago

0.2.0

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago