2
0
mirror of https://github.com/tenrok/maska.git synced 2026-05-15 11:59:38 +03:00
Files
maska/docs/v3/README.md
T
Alexander Shabunevich 7cf8b0d10d docs: update demos
2024-06-02 18:22:22 +03:00

1.2 KiB


!> 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!

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