Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/silent1mezzo/astro-social-share
Social media share buttons for Astro
https://github.com/silent1mezzo/astro-social-share
Last synced: 6 days ago
JSON representation
Social media share buttons for Astro
- Host: GitHub
- URL: https://github.com/silent1mezzo/astro-social-share
- Owner: silent1mezzo
- License: mit
- Created: 2023-10-06T01:48:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-19T15:41:45.000Z (23 days ago)
- Last Synced: 2024-12-30T03:13:19.568Z (13 days ago)
- Language: Astro
- Homepage: https://astro-social-share.mckerlie.com
- Size: 873 KB
- Stars: 62
- Watchers: 2
- Forks: 10
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-astro - Astro Social Share - Social media share buttons for your Astro site (Astro Packages/Libraries)
README
# Astro Social Share
Social media share buttons for your Astro site
![npm](https://img.shields.io/npm/v/astro-social-share)
## ⭐ Features
* ✅ Zero dependencies
* ✅ Fully customizable
* ✅ Share buttons for:
* Hacker News
* X
* Medium
* ✅ Small size
* ✅ Included icons from https://simpleicons.org/## 📦 Installation
```bash
# Uisng NPM
npm install astro-social-share# Using Yarn
yarn add astro-social-share# Using PNPM
pnpm add astro-social-share
```## 📖 Documentation
Please visit the [documentation](https://astro-social-share.mckerlie.com) for advanced usage.
## ⚡ Usage
```astro
---
import { SocialShare } from "astro-social-share";
---```