vue-pad-signature

0.2.6 • Public • Published

Vue pad signature npm

A simple pad signature for Vue 3

Install

npm install vue-pad-signature

Basic Usage

<template>
   <div>
        <vue-pad-signature v-model="signature">
    </div>
</template>
<script>
    import { VuePadSignature } from 'vue-pad-signature'
    export default {
        components: { VuePadSignature },
        data () {
            return {
                signature: null
            }
        }
    }
</script>

Readme

Keywords

none

Package Sidebar

Install

npm i vue-pad-signature

Weekly Downloads

2

Version

0.2.6

License

none

Unpacked Size

145 kB

Total Files

9

Last publish

Collaborators

  • raphaelbensimon