Skip to content

Installation

Install

Terminal window
# Using NPM
npm install astro-social-share

Usage

---
import { SocialShare } from "astro-social-share";
---
<SocialShare
description="Description of the page/post"
title="Page Title"
/>