sharethis reactjs plugins
npm install sharethis-reactjs![alt text][logo]
[logo]: https://s18955.pcdn.co/wp-content/uploads/2016/12/ShareThisLogo2x.png "ShareThis"
ShareThis official social media share buttons for React.
Visit www.sharethis.com for more technical support.
- Inline Share Buttons
- Sticky Share Buttons
- Inline Reaction Buttons
- Inline Follow Buttons
``bash`
npm install --save sharethis-reactjs
`Javascript
import React from "react";
import {InlineReactionButtons} from 'sharethis-reactjs';
import {InlineShareButtons} from 'sharethis-reactjs';
import {StickyShareButtons} from 'sharethis-reactjs';
import {InlineFollowButtons} from 'sharethis-reactjs';
class App extends React.Component {
render () {
return (