nav
Information
- Folder
src/components/patterns/footer/nav
Files
Schema
$schema: http://json-schema.org/draft-07/schema
$id: /patterns/footer/nav
type: object
required:
- items
additionalProperties: false
properties:
items:
$ref: /elements/nav#/properties/items
Mocks
items:
- text: Goldschmiedin
url: /
active: true
- text: Über mich
url: /über-mich
- text: News
url: /news
- text: Kontakt
url: /kontakt
Template
{% include "@elements/nav/nav.twig" with {
name: "FooterNav",
label: "Hauptmenü",
items: items,
} only %}
Variants