Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 439 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 439 Bytes

Very simple share component

Demo at: React-Share.Surge.sh

Simply use the Share.tsx component into your project and then call it by adding the following component with the "Description" being a description of your site, or the page or thing the user is currently trying to share

 <Share description={"here goes the description of your page or thing you're sharing"}/>