Skip to content

Commit

Permalink
docs: add main readme
Browse files Browse the repository at this point in the history
  • Loading branch information
p-m-p committed Dec 22, 2024
1 parent 118b131 commit 602c3e1
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
A collection of handy little web components.

## Share button

Add a share button to any web page.

```html
<script
defer
type="module"
src="https://cdn.jsdelivr.net/npm/@parsonic/share-button@latest/dist/index.js"
></script>
<share-button></share-button>
```

[View the package](./packages/share-button) details for full usage instructions.

0 comments on commit 602c3e1

Please sign in to comment.