react-social-sharing
React Implementation of @mxstbr sharingbuttons.io No Extra Javascript Imports. No Tracking. Just Links, SVG and CSS.
Basic Usage
yarn add react-social-sharing
Localization
To any button for localization of the aria-label
you can pass a function like so:
This function receives the name of the service and the return value is the aria-label
and title
used in the anchor.
This name is automatically filled by the package but you can override this with the name prop.