vue-social-share-component
TypeScript icon, indicating that this package has built-in type declarations

1.1.4 • Public • Published

vue-social-share-component

image

This is a component that makes it easy to implement social sharing in Vue.js.

npm version

DEMO

Installation

npm i vue-social-share-component

Usage

<template>
  <div>
    <social-share-component url="example.com" text="test text message" />
  </div>
</template>
 
<script>
import { SocialShareComponent } from "vue-social-share-component";
 
export default {
  name: 'App',
  components: {
    SocialShareComponent
  }
}
</script>

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

/vue-social-share-component/

    Package Sidebar

    Install

    npm i vue-social-share-component

    Weekly Downloads

    4

    Version

    1.1.4

    License

    MIT

    Unpacked Size

    49.2 kB

    Total Files

    14

    Last publish

    Collaborators

    • mnao305