Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 640 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 640 Bytes

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