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