2
0
mirror of https://github.com/tenrok/maska.git synced 2026-05-15 11:59:38 +03:00
Files
maska/docs/v3
2024-07-14 21:19:33 +03:00
..
2024-06-02 16:49:41 +03:00
2024-06-12 17:52:55 +03:00
2024-05-29 22:36:46 +03:00
2024-06-06 22:50:02 +03:00
2024-07-07 16:53:07 +03:00
2024-06-02 16:49:41 +03:00
2024-05-29 22:36:46 +03:00
2024-07-07 16:50:19 +03:00
2024-06-12 17:52:55 +03:00
2024-05-29 22:36:46 +03:00
2024-06-02 16:49:41 +03:00

!> Maska v3 is currently in beta. If you encounter any issues, please report them.

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