number-only-three-digit
v1.0.1
Published
package for number digits and only number
Downloads
2
Readme
Number Digit and onlyNumber
Installation
npm install --save number-only-three-digit
Usage
NUMBER DIGIT AND ONLY NUMBER
<input data-type="numberThreeDigit" type="text">
JUST ONLY NUMBER
<input data-type="onlyNumber" type="text">
Add this script at the end of your body
<script src="node_modules/number-only-three-digit/index.js"></script>