@svelte-put/copy
4.0.0 • Public • PublishedThis package is part of the@svelte-put family. For contributing guideline and more, refer to itsreadme.
See the dedicated documentation page here.
<scriptlang="ts">import{copy,typeCopyDetail}from'@svelte-put/copy';functionhandleCopied(e:CustomEvent<CopyDetail>){console.log('Text copied:',e.detail.text);}</script><buttontype="button"use:copyoncopied={handleCopied}>Click to copy this</button>
Provenance
Share feedback
Package Sidebar
Install
npm i @svelte-put/copy
Repository
Weekly Downloads
1,787
Version
4.0.0
License
MIT
Unpacked Size
14.9 kB
Total Files
10