1.3.0 • Published 9 years ago
@cnbritain/wc-show-finder v1.3.0
wc-show-finder
The show finder dropdown selector component
Macro settings
| Key | Optional | Default | Description |
|---|---|---|---|
| brand | true | 'default' | The brand displaying the component |
| all_show_designers | true | None | List of designers |
| all_show_seasons | true | None | List of seasons |
| live_show | true | None | A show |
| title_finder | true | 'Show finder' | Title to display on the component |
| placeholder_designer | true | 'Search designers' | Label for design combobox |
| placeholder_season | true | 'Season seasons' | Label for season combobox |
JS Documentation
Themes
- Vogue
- Glamour
Prerequisites:
Demo:
Install dependencies:
npm installBuild the things:
npm run sass
npm run js
npm run docsHint your JS
npm run jshintPython the pythons:
npm run demo-installStart the demo server:
python demo.py