ECL-Twig Link Block
npm install @ecl-twig/ec-component-skip-linknpm package: @ecl-twig/ec-component-skip-link
``shell`
npm install --save @ecl-twig/ec-component-skip-link
- "link" (associative array) (default: 'predefined structure below')
- "label" (string) (default: '') - Content of link
- "href" (string) (default: '') - href attribute
- "\_compliance\_" (boolean) (default: false) Activates debug
`twig``
{% include '@ecl-twig/ec-component-skip-link/ecl-skip-link.html.twig' with {
label: 'Skip to main content',
href: '#top',
} %}