Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jhon-henkel/vue-money-mask-directive
Directive mask for currency for vue.js
https://github.com/jhon-henkel/vue-money-mask-directive
currency currency-mask directive ionic ionic-money-mask mask mask-currency mask-money money money-mask vue3 vuejs
Last synced: 2 months ago
JSON representation
Directive mask for currency for vue.js
- Host: GitHub
- URL: https://github.com/jhon-henkel/vue-money-mask-directive
- Owner: Jhon-Henkel
- License: mit
- Created: 2024-05-31T12:20:45.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-31T13:35:06.000Z (7 months ago)
- Last Synced: 2024-10-13T23:00:28.543Z (2 months ago)
- Topics: currency, currency-mask, directive, ionic, ionic-money-mask, mask, mask-currency, mask-money, money, money-mask, vue3, vuejs
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
## Vue Money Mask Directive
Just copy and register directive and use in your project. The examples of use are in the specific folder of use (Ionic or Options).
I make some changes on files to work with ionic and vue 3 options api.
Register directive example:
``` ts
import { createApp } from 'vue'
import App from './App.vue'
import moneyMask from './directives/moneyMask'const app = createApp(App)
app.directive('money', moneyMask)
```## Credits
https://github.com/vuejs-tips/v-money