1.0.1 • Published 7 years ago

vue-edytnumkeyboard v1.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

vue-keyboard

A Vue component that shows a numkeyboard.

This isn't particularly useful, it's used as a demo for how to publish Vue components to NPM!

Installation

npm i --save-dev vue-edytnumkeyboard

Module

import vuekeyboard from 'vue-keyboard';

Usage

Once installed, it can be used in a template as simply as:

<key-board list="123456789•0×" @cancel="cancel" @numbt="numbt"></key-board>
1.0.1

7 years ago