https://github.com/socheatsok78/v-inputmask
InputMask directive for Vue.js
https://github.com/socheatsok78/v-inputmask
inputmask v-inputmask vue vue-directive
Last synced: 5 months ago
JSON representation
InputMask directive for Vue.js
- Host: GitHub
- URL: https://github.com/socheatsok78/v-inputmask
- Owner: socheatsok78
- License: mit
- Created: 2021-11-23T04:41:47.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-16T08:07:32.000Z (over 4 years ago)
- Last Synced: 2026-01-14T01:37:22.901Z (6 months ago)
- Topics: inputmask, v-inputmask, vue, vue-directive
- Language: TypeScript
- Homepage: https://npmjs.com/@socheatsok78/v-inputmask
- Size: 69.3 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# v-inputmask
InputMask directive for Vue.js
## Install
```sh
npm i @socheatsok78/v-inputmask
# or
yarn add @socheatsok78/v-inputmask
```
## Usage
```vue
```
> Other options can be found on [Inputmask GitHub repo](https://github.com/RobinHerbots/Inputmask#usage).
## License
Licensed under the [MIT license](LICENSE)