0.2.1 • Published 5 years ago

react-sharing v0.2.1

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

react-sharing

NPM version Travis CI NPM downloads NPM downloads David Status license PRs Welcome

Simple react social media sharing.

npm.io

Install

# use yarn
yarn add react-sharing

# or use npm
npm install react-sharing

Usage

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.string
  • title: PropTypes.string
  • description: PropTypes.string
  • sites: PropTypes.array
  • summary: PropTypes.string

License

MIT.

0.2.1

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago