0.2.6 • Published 1 year ago

vue-pad-signature v0.2.6

Weekly downloads
-
License
-
Repository
github
Last release
1 year ago

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>
0.2.6

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.1.8

1 year ago

0.1.9

1 year ago

0.2.3

1 year ago

0.2.2

1 year ago

0.2.5

1 year ago

0.2.4

1 year ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago