@parameter1/base-cms-marko-web-social-sharing

4.40.3 • Public • Published

BaseCMS Marko Web Social Sharing Components

Installation

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

  2. Include the Browser plugin.

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

SocialSharing(Browser);
// ...

export default Browser;
  1. Include the default styles:
@import "@parameter1/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"]
/>

Readme

Keywords

none

Package Sidebar

Install

npm i @parameter1/base-cms-marko-web-social-sharing

Weekly Downloads

1,056

Version

4.40.3

License

MIT

Unpacked Size

20.4 kB

Total Files

20

Last publish

Collaborators

  • brandonbk
  • zarathustra323
  • solocommand