Commit a972de67 authored by NikulinR's avatar NikulinR

Readme upd

parent cdd490c9
# Vue Masked Input # Vue Masked Input
Dead simple masked input component for Vue.js 2.X. Based on [inputmask-core](https://github.com/insin/inputmask-core). Dead simple masked input component for Vue.js 2.X. Based on [inputmask-core](https://github.com/insin/inputmask-core).
### [Live Demo](https://niksmr.github.io/vue-masked-input/)
## Install
### npm
```
npm install vue-masked-input --save
```
## Usage ## Usage
Use it with `v-model` just like a native html input with the `mask` attribute: Use it with `v-model` just like a native html input with the `mask` attribute:
......
{ {
"name": "vue-masked-input", "name": "vue-masked-input",
"description": "Masked input component for Vue.js 2.X", "description": "Masked input component for Vue.js 2.X",
"version": "0.1.0", "version": "0.1.1",
"author": "niksmr", "author": "niksmr",
"license": "MIT", "license": "MIT",
"homepage": "https://github.com/niksmr/vue-masked-input", "homepage": "https://github.com/niksmr/vue-masked-input",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment