README
Copy to Clipboard allows the user to copy the current page URL to clipboard to paste and share.
Install via NPM
npm install @bolt/components-copy-to-clipboard
A function to copy a string to the clipboard.
<script type="module">
import boltComponentsCopyToClipboard from 'https://cdn.skypack.dev/@bolt/components-copy-to-clipboard';
</script>
Copy to Clipboard allows the user to copy the current page URL to clipboard to paste and share.
npm install @bolt/components-copy-to-clipboard