npm package: @ecl/twig--component-skip-link
npm install --save @ecl/twig-component-skip-link
-
"link" (associative array) (default: 'predefined structure below')
- "label" (string) (default: '') - Content of link
- "href" (string) (default: '') - href attribute
{% include '@ecl/skip-link/skip-link.html.twig' with {
label: 'Skip to main content',
href: '#top',
} %}