1.0.1 • Published 6 years ago

vue-socialmedia-share v1.0.1

Weekly downloads
847
License
MIT
Repository
github
Last release
6 years ago

vue-socialmedia-share

Vue component for social sharing

vue-socialmedia-share is a vue component for sharing links to social networks

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

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

Author

© Mohit Bajoria

License

MIT

Like it ? it

1.0.1

6 years ago

1.0.0

6 years ago

0.27.0

6 years ago

0.26.0

6 years ago

0.25.0

6 years ago

0.24.0

6 years ago

0.23.0

6 years ago

0.22.0

6 years ago

0.21.0

6 years ago

0.20.0

6 years ago

0.19.0

6 years ago

0.18.0

6 years ago

0.17.0

6 years ago

0.16.0

6 years ago

0.15.0

6 years ago

0.14.0

6 years ago

0.13.0

6 years ago

0.12.0

6 years ago

0.11.0

6 years ago

0.10.0

6 years ago

0.9.0

6 years ago

0.8.0

6 years ago

0.7.0

6 years ago

0.6.0

6 years ago

0.5.0

6 years ago

0.4.0

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago