react-share-widget
v1.1.1
Published
A react component library for widgets to share ready-made social media content
Downloads
5
Maintainers
Readme
react-share-widget
=======
Installation
npm i react-share-widget
Usage
TwitterButton
import { TwitterButton } from 'react-share-widget';
<div>
<TwitterButton text="Hello World!" />
</div>
WhatsappButton
import { WhatsappButton } from 'react-share-widget';
<div>
<WhatsappButton phone="+905555555555" text="I want to buy your product!" />
</div>