mirror of
https://github.com/tenrok/maska.git
synced 2026-05-15 11:59:38 +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!
Main components
Mask— class for mask processing (can be used to mask any string)MaskInput— handles interaction with the<input>element- Directives
vMaskafor Vue,xMaskafor Alpine.js andmaskaaction for Svelte