1.1.4 • Published 4 years ago

vue-social-share-component v1.1.4

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

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

1.1.4

4 years ago

1.1.3

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago