vn-keypad
v1.0.1
Published
a keypad vue component
Downloads
1
Readme
vn-keypad
a vue keypad component
How to use?
npm install vn-keypad
Try the demo
# install all the dependencies
npm install
# run the demo at localhost:8080
npm run dev
# build the source code of the component
npm run build
demo:
Options
| Property | Description | type | default | | ----------------- | ---------------- | :--------: | :----------: | | inputNum | the input value for the keypad |String| '' |
Events
| Function Name | Description | | :--------: | ----- | | numberChange | trigger when the number in keypad changed |