A component to share on social medias a specific URL
npm install --save social-sharing
import React, { Component } from 'react'
import MyComponent from 'social-sharing'
import 'social-sharing/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
MIT © dulcetti