@mgoigfer/vue-social-media
A Vue component for social sharing.
Installation
You can install this package via npm:
npm install @mgoigfer/vue-social-media -S
Usage
Once installed, it can be used in a Vue file as simply as:
import { Facebook, Twitter, WhatsApp } from 'vue-social-media';
<facebook url="https://example.com">
<icon-facebook/>
</facebook>
<twitter url="https://example.com" text="Hello World!">
<icon-twitter/>
</twitter>
<whats-app url="https://example.com" text="Hello World!">
<icon-whatsapp/>
</whats-app>
Changelog
Please see CHANGELOG for more information on what has changed recently.
Credits
License
The MIT License (MIT). Please see License File for more information.