Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@socialshares/react

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@socialshares/react

Social share buttons

latest
Source
npmnpm
Version
0.0.22
Version published
Weekly downloads
1
-80%
Maintainers
1
Weekly downloads
 
Created
Source

Socialshares

Socialshares v3. Work in progress.

View npm package MIT License Follow on Twitter

⚡️ Quick start

You can install via npm:

npm install @socialshares/react

Then import into your React project:

import {
  ShareButton,
  TwitterButton,
  FacebookButton,
} from '@socialshares/react';

export default function App() {
  return (
    <ShareButtons>
      <TwitterButton />
      <FacebookButton />
    </ShareButtons>
  );
}

Done! You should see a Tweet button and Facebook button rendered.

Check out the socialshares docs for more.

Keywords

social

FAQs

Package last updated on 03 May 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts