/react-social-sharing

React Implementation of @mxstbr https://sharingbuttons.io

Primary LanguageJavaScriptMIT LicenseMIT

build status bitHound Score Dependency Status codecov npm

React Sharing Buttons

React Implementation of @mxstbr sharingbuttons.io No Extra Javascript Imports. No Tracking. Just Links, SVG and CSS

Basic Usage

yarn add react-social-sharing
import React from 'react'
import { Twitter } from 'react-social-sharing'

export default () => <Twitter link="https://github.com" />

License

react-social-sharing is available under MIT. See LICENSE for more details.

Acknowledgements