0.1.27 • Published 1 year ago

@ionited/mask-vue v0.1.27

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Mask-vue

Create your masks for Vue easily

Vue wrapper for @ionited/mask. Compatible with Vue 3 and Ionic Vue

Quick start

Choose your favorite option below:

Install with NPM

npm i @ionited/mask-vue

Get from UNPKG

https://unpkg.com/@ionited/mask-vue@latest/dist/index.js


Usage

To basic usage you can simply call:

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

Local import:

import { mask } from '@ionited/mask-vue';

export default {
  ...
  directives: { mask },
  ...
}

or global import:

import { mask } from '@ionited/mask-vue';

const app = createApp(App)
.directive('mask', mask);

Register your own masks

You can create your own mask logic easily, you only need register a mask and use:

register(name: string, mask: any): void;

See more @ionited/mask

License

Copyright (c) 2021 Ion. Licensed under MIT License.

https://ionited.io

0.1.27

1 year ago

0.1.26

2 years ago

0.1.25

2 years ago

0.1.23

3 years ago

0.1.24

3 years ago

0.1.20

3 years ago

0.1.21

3 years ago

0.1.22

3 years ago

0.1.19

3 years ago

0.1.16

4 years ago

0.1.17

4 years ago

0.1.18

4 years ago

0.1.15

4 years ago

0.1.14

4 years ago

0.1.13

4 years ago

0.1.12

4 years ago

0.1.10

4 years ago

0.1.11

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.9

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago