0.1.2 • Published 6 months ago

dont-copy v0.1.2

Weekly downloads
-
License
-
Repository
-
Last release
6 months ago

dont-copy

A vue3.js component to disallow copy/paste and right click context menu operations html input tag(s)

Install

npm i dont-copy

Usage

import DontCopy from "dont-copy";

//to disable copy/paste and right click context menu on any input tag. Wrap input tag in <DontCopy></DontCopy>
  <DontCopy>
    <input type="text" .../>
  </DontCopy>

//to disable copy/paste and right click context menu on multiple input tags at once
  <DontCopy>
    <input type="text" .../>
    <input type="text" .../>
    <input type="text" .../>
  </DontCopy>

License

ISC © Umair Khan 📬 umair@siqasoft.com