Skip to content

p-m-p/parsonic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d212096 · Mar 23, 2025
Mar 20, 2025
Feb 9, 2025
Dec 21, 2024
Mar 15, 2025
Mar 23, 2025
Mar 23, 2025
Mar 20, 2025
Feb 22, 2025
Dec 21, 2024
Dec 21, 2024
Mar 16, 2025
Mar 23, 2025
Feb 11, 2025
Mar 23, 2025
Mar 23, 2025
Dec 15, 2024
Mar 2, 2025
Feb 2, 2025

Repository files navigation

A collection of handy little web components.

Back to top

Add a back to top button to any web page or scrollable container.

<script
  defer
  src="https://cdn.jsdelivr.net/npm/@parsonic/back-to-top/min.js"></script>

<back-to-top></back-to-top>

View the package details for full usage instructions.

Copy to clipboard

Easily add copy to clipboard functionality for text, images and other data types.

<script
  defer
  src="https://cdn.jsdelivr.net/npm/@parsonic/copy-to-clipboard/min.js"></script>

<copy-to-clipboard>
  <pre><code>pnpm add @parsonic/copy-to-clipboard</code></pre>
</copy-to-clipboard>

<copy-to-clipboard data-url="/img/awesome-pic-full.png">
  <img src="/img/awesome-pic-thumbnail.png" alt="An awesome picture" />
</copy-to-clipboard>

View the package details for full usage instructions.

Share button

Add a share button to any web page.

<script
  defer
  src="https://cdn.jsdelivr.net/npm/@parsonic/share-button/min.js"></script>

<share-button></share-button>

View the package details for full usage instructions.