social-media-share
v0.1.4
Published
test gatsby components
Downloads
4
Readme
Social Media Share
This package is useful for sharing news articles or pages on social media platforms. Additionally, you can copy the current URL and share it manually. Upon clicking on the share icon, the tooltip appears, allowing you to share from there.
Installation
npm install social-media-share
Usage/Examples
import { SocialMediaShare } from 'social-media-share'
function App() {
return <SocialMediaShare
title="Page Title"
pageSlug="/about"
isDark={true}
/>
}
Tech Stack
Client: React, Gatsby