🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

vue-socialmedia-share

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-socialmedia-share

> Vue component for social sharing

1.0.1
latest
Source
npm
Version published
Weekly downloads
242
-40.39%
Maintainers
1
Weekly downloads
 
Created
Source

vue-socialmedia-share

Vue component for social sharing

screen shot 2018-05-30 at 4 46 44 pm

Demo

Edit vue-socialmedia-share

Features

Installation

yarn add vue-socialmedia-share

or

npm install vue-socialmedia-share

API

Facebook

import { Facebook } from 'vue-socialmedia-share';

// usage in local component

export default {
  components: {
    Facebook
  }
};

Props

PropData TypeRequiredDescription
urlStringtrueURL to share.
scaleStringSize of icon (1-9)

Twitter

import { Twitter } from 'vue-socialmedia-share';

// usage in local component

export default {
  components: {
    Twitter
  }
};
PropData TypeRequiredDescription
urlStringtrueURL to share.
scaleStringSize of icon(1-9)
titleStringTitle of the shared page

LinkedIn

import { Linkedin } from 'vue-socialmedia-share';

// usage in local component

export default {
  components: {
    Linkedin
  }
};
PropData TypeRequiredDescription
urlStringtrueURL to share.
scaleStringSize of icon(1-9)

Reddit

import { Reddit } from 'vue-socialmedia-share';

// usage in local component

export default {
  components: {
    Reddit
  }
};
PropData TypeRequiredDescription
urlStringtrueURL to share.
scaleStringSize of icon(1-9)
titleStringTitle of the shared page

Telegram

import { Telegram } from 'vue-socialmedia-share';

// usage in local component

export default {
  components: {
    Telegram
  }
};
PropData TypeRequiredDescription
urlStringtrueURL to share.
scaleStringSize of icon(1-9)
titleStringTitle of the shared page

WhatsApp

import { WhatsApp } from 'vue-socialmedia-share';

// usage in local component

export default {
  components: {
    WhatsApp
  }
};
PropData TypeRequiredDescription
urlStringtrueURL to share.
scaleStringSize of icon(1-9)
titleStringTitle of the shared page

Pinterest

import { Pinterest } from 'vue-socialmedia-share';

// usage in local component

export default {
  components: {
    Pinterest
  }
};
PropData TypeRequiredDescription
urlStringtrueURL to share.
scaleStringSize of icon(1-9)

Google +

import { Google } from 'vue-socialmedia-share';

// usage in local component

export default {
  components: {
    Google
  }
};
PropData TypeRequiredDescription
urlStringtrueURL to share.
scaleStringSize of icon(1-9)

Email

import { Email } from 'vue-socialmedia-share';

// usage in local component

export default {
  components: {
    Email
  }
};
PropData TypeRequiredDescription
urlStringtrueURL to share.
scaleStringSize of icon(1-9)
subjectStringSubject of email
bodyStringBody of email

Contributing Guide

  • Fork it!
  • Create your feature branch: git checkout -b my-new-feature
  • Commit your changes: git commit -am 'Add some feature'
  • Push to the branch: git push origin my-new-feature
  • Submit a pull request :D

Author

© Mohit Bajoria

License

MIT

Like it ? it

Keywords

vuejs

FAQs

Package last updated on 01 Jun 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts