@cnbritain/wc-show-summary-authordeprecated

Component that display meta, trends and related tags for a show

Usage no npm install needed!

<script type="module">
  import cnbritainWcShowSummaryAuthor from 'https://cdn.skypack.dev/@cnbritain/wc-show-summary-author';
</script>

README

wc-show-summary-author

Component that display meta, trends and related tags for a show

Macro settings

show_summary_author

Key Optional Default Description
show false The show to display
brand true 'default' The brand displaying the component
theme true 'light' The theme

show_summary_author_meta

Key Optional Default Description
show false The show to display
brand true 'default' The brand displaying the component
theme true 'light' The theme

show_summary_author_trends

Key Optional Default Description
show false The show to display
brand true 'default' The brand displaying the component
theme true 'light' The theme

show_summary_author_related

Key Optional Default Description
show false The show to display
brand true 'default' The brand displaying the component
theme true 'light' The theme

Themes

  • Vogue

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