2
0
mirror of https://github.com/tenrok/maska.git synced 2026-05-15 11:59:38 +03:00
Files
Alexander Shabunevich e310e9823b chore: remove beta
2024-07-14 21:19:54 +03:00

1.0 KiB

Maska is a simple zero-dependency input mask library.

You can use it with vanilla javascript or with your favorite framework. Out of the box there is integration with Vue 2/3, Svelte and Alpine.js, but you can integrate it into any framework.

❤️ Please support Maska development. Any support is greatly appreciated!

Main components

  • Mask — class for mask processing (can be used to mask any string)
  • MaskInput — handles interaction with the <input> element
  • Directives vMaska for Vue, xMaska for Alpine.js and maska action for Svelte

Live Demo