Installation
Install
# Using NPM npm install astro-social-share
# Using PNPM pnpm add astro-social-share
# Using Yarn yarn add astro-social-share
Usage
---import { SocialShare } from "astro-social-share";---
<SocialShare description="Description of the page/post" title="Page Title"/>