1.47.0 • Published 5 years ago

@base-cms/marko-web-social-sharing v1.47.0

Weekly downloads
71
License
MIT
Repository
github
Last release
5 years ago

BaseCMS Marko Web Social Sharing Components

Installation

  1. Include @base-cms/marko-web-social-sharing as a project/website dependency.

  2. Include the Browser plugin.

// your-site/browser/index.js
import SocialSharing from '@base-cms/marko-web-social-sharing/browser';

SocialSharing(Browser);
// ...

export default Browser;
  1. Include the default styles:
@import "../../node_modules/@base-cms/marko-web-social-sharing/scss/buttons";

Usage

Include the sharing component where you'd like the icons to appear:

<marko-web-social-sharing
  path=content.siteContext.path
  providers=["email", "facebook", "linkedin", "twitter", "pinterest", "print"]
/>
1.47.0

5 years ago

1.41.0

5 years ago

1.37.0

5 years ago

1.25.0

5 years ago

1.19.3

5 years ago

1.9.0

5 years ago

1.5.1

6 years ago

1.5.0

6 years ago