@nicholai/numeric-keyboard

0.1.1 • Public • Published

Numeric Keyboard

Build Status npm package

This is a directly pluggable Vue component for viclm/numeric-keyboard, without modifying your configurations.

snapshot

Table of contents

Installation

You can install it via npm

npm i numeric-keyboard

Usage

<template>
  <div class="input">
    <label>Amount: </label>
    <NumericInput placeholder="touch to input" v-model="amount" />
  </div>
</template>

<script>
  import { NumericInput } from 'numeric-keyboard'
  export default {
    components: {
      NumericInput
    },
    data () {
      return {
        amount: ''
      }
    }
  }
</script>

Configuration

Please refer to the original module for any other configuration or customisation needs.

Contributing

Contributions are welcome. Submit issue or PR.

License

Licensed under the MIT license.

Readme

Keywords

none

Package Sidebar

Install

npm i @nicholai/numeric-keyboard

Weekly Downloads

0

Version

0.1.1

License

MIT

Unpacked Size

8.06 kB

Total Files

4

Last publish

Collaborators

  • nicholai