0.0.4 • Published 3 years ago

vue-social-links v0.0.4

Weekly downloads
15
License
-
Repository
github
Last release
3 years ago

vue-social-links

close

npm.io

open

npm.io

npm install vue-social-links

Used

<template>
  <div class="home">
    <vueSocialLinks
      :social="{
          youtube: 'test',
          instagram: 'test',
          github: 'test',
          twitter: 'test',
          linkedin: 'test',
          facebook: 'test',
      }"
    />
  </div>
</template>

<script>
import vueSocialLinks from 'vue-social-links';

export default {
  components: {
    vueSocialLinks,
  },
};
</script>
0.0.4

3 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago