Package Exports
- react-share-social
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-share-social) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
react-share-social
UI component to share Social media share buttons and share counts for React.
Install
npm install react-share-social --save
API
Share buttons
import ShareSocial from 'react-share-social'
<SocialShare
socialTypes={['facebook','twitter','reddit']}
url ="test.com"
title = "best product ever"
/>
License
MIT