ECL skip-link
npm install @ecl/skip-linknpm package: @ecl/skip-link
``shell`
npm install --save @ecl/skip-link
- "label" (string) (default: '') - Content of link
- "href" (string) (default: '') - href attribute
`twig``
{% include '@ecl/skip-link/skip-link.html.twig' with {
label: 'Skip to main content',
href: '#top',
} %}