1.11.3 • Published 4 months ago

@humblejs/share v1.11.3

Weekly downloads
4
License
Apache-2.0
Repository
-
Last release
4 months ago

Share

Buttons to share link on social media and other channels

Demo

Install

yarn add @humblejs/share

Style

Import all styling

@import '@humblejs/share/dist/css/styles.scss';

Props

NameType / DescriptionIs Required?Default
urlstringURL to shareYes
titlestringTitle of the URLNoEmpty
excerptstringExcerpt from URL (or brief description)NoEmpty
textstringDetailed textNoEmpty

Analytics

You can map GA analytics for share buttons using dist/js/ga.js

import { registerGaEvents, gaEventMap } from `@humblejs/share`;

registerGaEvents();
import { registerGaEvents, gaEventMap as shareButtonsGaEventMap } from `@humblejs/share`;

registerGaEvents({
  eventMap: shareButtonsGaEventMap, // this is default mapping
});
1.11.3

4 months ago

1.11.2

4 months ago

1.11.1

4 months ago

1.11.0

5 months ago

1.9.6

4 years ago

1.9.3

4 years ago

1.9.0

4 years ago

1.8.26

4 years ago