README
wc-topic-strip
Strip that displays a collection of items (usually topics)
Settings
Key | Optional | Default | Description |
---|---|---|---|
topics | false | List of items/topics to iterate over | |
title | true | None | The title of the topics |
class | true | '' | Additional classes applied to .c-topic-strip |
Themes
- Wired
- Glamour
Prerequisites:
Demo:
Install dependencies:
npm install
Build the things:
npm run sass
npm run js
Python the pythons:
cd demo
virtualenv .
source bin/activate
pip install -r requirements.txt
Start the demo server:
python demo.py