0.1.4 • Published 2 months ago

social-media-share v0.1.4

Weekly downloads
-
License
-
Repository
github
Last release
2 months ago

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. Logo

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

Authors

0.1.0

2 months ago

0.1.2

2 months ago

0.1.1

2 months ago

0.1.4

2 months ago

0.1.3

2 months ago

0.0.1

4 years ago