Skip to content

Commit

Permalink
Added Codesandbox For vue 3
Browse files Browse the repository at this point in the history
  • Loading branch information
pratik227 committed Nov 7, 2022
1 parent 754c8ca commit 64a90c9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,16 @@
> Vue component wrap for [signature pad](https://github.com/szimek/signature_pad)
> Note: If you are still using Vue 2, please install **2.0.5** version, for Vue 3 you can install the **latest publish version**.
## Demo
## Demo Vue 2

[![Edit Vue Signature Pad Demo](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/n5qjp3oqv4)

## Demo Vue 3

[![Edit Vue Signature Pad Demo](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/broken-flower-22ot7m)



## Installation

```sh
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-signature-pad",
"description": "SignaturePad component for Vue.js",
"version": "3.0.2",
"version": "3.0.3",
"main": "dist/vue-signature-pad.ssr.js",
"unpkg": "dist/vue-signature-pad.min.js",
"module": "dist/vue-signature-pad.esm.js",
Expand Down

0 comments on commit 64a90c9

Please sign in to comment.