menu

Information

Folder
src/components/template-components/header/menu

Files

Schema
// src/components/template-components/header/menu/schema.yaml

$ref: /template-components/header/menu/nav
$id: /template-components/header/menu
Mocks
// src/components/template-components/header/menu/mocks.yaml

$ref: template-components/header/menu/nav
Template
// src/components/template-components/header/menu/menu.twig

{% set content %}
	<div class="HeaderMenu-nav">
		{% include "@template-components/header/menu/nav/nav.twig" with {
			items: items,
			label: label,
		} only %}
	</div>
{% endset %}

<div class="HeaderMenu js-HeaderMenu">
	{% include "@template-components/header/_overlay/_overlay.twig" with {
		content: content,
		alias: "menu",
	} only %}
</div>

Variants

default
Open