1.0.2 • Published 2 years ago

s-mask.js v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

S-MASK.JS

format your number in html ( for form coming soon )

Authors

License

MIT

Badges

MIT License GPLv3 License AGPL License

Documentation

Documentation

Installation

Install s-mask.js with npm

  npm install s-mask.js --save

Usage/Examples

in file app.js

    require('s-mask.js');

in file index.html

    <body>
        ...
        <script src="path/app.js"></script>
    </body>

Usage :

    <p s-mask="(###)-###-####">0123456789</p>
    //(012)-345-6789

Related

Here are some related projects

Awesome README

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago