@socialshares/react

0.0.22 • Public • Published

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.

Package Sidebar

Install

npm i @socialshares/react

Weekly Downloads

0

Version

0.0.22

License

MIT

Unpacked Size

28.8 MB

Total Files

236

Last publish

Collaborators

  • sunnysingh