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