A styleable sharing button that uses the Web Share API.
npm i msme-sharing-button --save
and load the file in your HTML.
All attributes except data-sharing-url
are optional.
<msme-sharing-button
data-buttontext="share this page"
data-buttonclass="button"
data-sharing-url="https://martinschneider.me"
data-sharing-title="martinschneider.me"
data-sharing-text="Martins Website"
></msme-sharing-button>