1.0.0 • Published 4 years ago

share-this-button v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

share-button

Share the current page to social media with a zero-configuration drop in react component

NPM JavaScript Style Guide

Install

npm install @saulmaldonado/share-this-page

or

yarn add @saulmaldonado/share-this-page

Usage

import React, { Component } from 'react';

import ShareButton from 'share-button';
import 'share-button/dist/index.css';

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

License

MIT © saulmaldonado

1.0.0

4 years ago