@cnbritain/wc-article-footer-sharedeprecated

Share buttons that appear at the bottom of an article/gallery

Usage no npm install needed!

<script type="module">
  import cnbritainWcArticleFooterShare from 'https://cdn.skypack.dev/@cnbritain/wc-article-footer-share';
</script>

README

wc-article-footer-share

Share buttons that appear at the bottom of an article/gallery

Macro settings

Key Optional Default Description
share_providers false The share providers to use
article false The article we are sharing
title true '' Title to display above
brand true 'default' Current brand
theme true 'light' The theme of the component

Themes

  • Wired

Prerequisites:

  • Node.jsbrew install node
  • Grunt - npm install -g grunt-cli
  • Other prereqs? Python? Virtualenv?

Demo:

Install dependencies:

npm install

Build the things:

npm run sass
npm run js
npm run docs

Hint your JS

npm run jshint

Python the pythons:

npm run demo-install

Start the demo server:

python demo.py