1.3.3 • Published 6 days ago

@frankhoodbs/social-share-item-cmp v1.3.3

Weekly downloads
-
License
ISC
Repository
-
Last release
6 days ago

Social Share Item Component

This component is designed to create a share button or a link for various social media platforms. The component is highly customizable and can handle different types of social media platforms including Facebook, Instagram, YouTube, Pinterest, Email, and more.

Version License

Props

NameTypeDescription
data-socialstringRequired. the name of the social 'facebook','twitter','linkedin','youtube','instagram','whatsapp','pinterest','email','print', 'copy'
datais-shareboolean or string(bool) set if the button is a share button or a link (the share is only for facebook, linkedin, pinterest and twitter) use false for copy type. Defaults to false
data-hrefstringurl for external page. Defaults to an empty string.
data-targetstringset where to open the link. Defaults to _blank.
data-relstringSets the rel attribute of the link. Defaults to an empty string.
data-subject-mailstringThe subject of the email (only for mail). Defaults to an empty string.
data-content-mailstringThe content of the email (only for mail). Defaults to an empty string.
data-content-whatsappstringThe content of the WhatsApp text (only for WhatsApp). Defaults to an empty string.
data-share-urlstringThe URL of the share. Defaults to an empty string.

Usage/Examples

<template>
  <social-share-item-cmp
    data-social="facebook"
    data-is-share="true"
    data-share-url="https://yourwebsite.com"
  >
    <svg><!-- Your SVG icon here --></svg>
  </social-share-item-cmp>
</template>
1.3.3

6 days ago

1.3.2

19 days ago

1.3.1

22 days ago

1.3.0

23 days ago

1.2.17

23 days ago

1.2.16

2 months ago

1.2.14

2 months ago

1.2.15

2 months ago

1.2.13

2 months ago

1.2.12

3 months ago

1.2.11

3 months ago

1.2.10

4 months ago

1.2.9

4 months ago

1.2.8

4 months ago

1.2.7

4 months ago

1.2.6

4 months ago

1.2.3

4 months ago

1.2.2

4 months ago

1.2.1

4 months ago

1.1.47

7 months ago

1.1.46

7 months ago

1.1.42

7 months ago

1.1.41

7 months ago

1.1.39

7 months ago

1.1.38

7 months ago

1.1.37

8 months ago

1.1.36

8 months ago

1.1.35

8 months ago

1.1.33

8 months ago

1.1.32

8 months ago

1.1.31

8 months ago