Skip to content

A component to share a specific URL on social medias

Notifications You must be signed in to change notification settings

dulcetti/social-sharing

Repository files navigation

social-sharing

A component to share on social medias a specific URL

NPM JavaScript Style Guide

Install

npm install --save social-sharing

Usage

import React, { Component } from 'react'

import MyComponent from 'social-sharing'
import 'social-sharing/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

License

MIT © dulcetti