link-collection

Information

Folder
src/components/patterns/link-collection

Files

Schema
Mocks
Template
// src/components/patterns/link-collection/link-collection.twig

{{ attach_library("circle_dot/pattern-link-collection") }}

{% set links = links|default([]) %}

<ul class="LinkCollection">
	{% for link in links %}
		<li class="LinkCollection-item">
			<a href="{{ link.href }}" class="LinkCollection-link">
				{{ link.text }}
			</a>
		</li>
	{% endfor %}
</ul>

Error: schema is invalid: data/properties must be object

Variants

German legal topics starting with A
Open

German legal topics starting with A mock data

Raw
Resolved
Short list
Open

Short list mock data

Raw
Resolved