topic-browser
Information
- Folder
src/components/patterns/topic-browser
Files
Schema
Mocks
Template
// src/components/patterns/topic-browser/topic-browser.twig
{{ attach_library("circle_dot/pattern-topic-browser") }}
<article class="TopicBrowser {% if should_contain %}u-container{% endif %}">
{% if alphabet_index %}
<header class="TopicBrowser-header">
{{ alphabet_index }}
</header>
{% endif %}
{% if link_collection %}
<div class="TopicBrowser-linkCollection">
{{ link_collection }}
</div>
{% endif %}
</article>
Error: schema is invalid: data/properties must be object