0.0.22 • Published 5 years ago

@socialshares/react v0.0.22

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

⚡️ 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.