0.2.1 • Published 7 years ago
react-sharing v0.2.1
react-sharing
Simple react social media sharing.

Install
# use yarn
yarn add react-sharing
# or use npm
npm install react-sharingUsage
import Sharing from 'react-sharing';
<Sharing
sites = {["qzone", "weibo", "qq", "tencent", "wechat", "douban" ]}
url = "https://github.com/ZYSzys/react-sharing"
title = "react-sharing"
description = "Simple react social media sharing."
/>Props
Common props you may want to specify include:
url: PropTypes.stringtitle: PropTypes.stringdescription: PropTypes.stringsites: PropTypes.arraysummary: PropTypes.string
License
MIT.