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: 2 months 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-26T23:34:25.000Z (3 months ago)
- Last Synced: 2024-09-27T13:41:03.818Z (3 months ago)
- Language: Astro
- Homepage: https://astro-social-share.mckerlie.com
- Size: 1.1 MB
- Stars: 45
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
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
* ✅ 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";
---```