@w0s/button-share
v3.1.2
Published
Share button
Readme
Share button
Share button using Web Share API.
Demo
Examples
<script type="importmap">
{
"imports": {
"@w0s/button-share": "..."
}
}
</script>
<script type="module">
import buttonShare from '@w0s/button-share';
buttonShare(document.querySelectorAll('.js-button-share')); // `getElementById()` or `getElementsByClassName()` or `getElementsByTagName()` or `querySelector()` or `querySelectorAll()`
</script>
<button type="button" class="js-button-share"
data-text="Message text"
data-title="Page title"
data-url="/path/to"
>Share</button>