2.0.1 • Published 2 years ago

msme-sharing-button v2.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

msme-sharing-button

A styleable sharing button that uses the Web Share API.

Usage

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>