The Europa Component Library (ECL) is a library of components applicable to all European Commission websites (hosted under ec.europa.eu domain). The library contains all available components which you can use to build your website.
The Digital Transformation team (DTT) - a cross European Commission team led by DGs COMM, DIGIT, and DTT - is the owner of this library.
All library elements are accompanied with
- documentation: what the component is intended for and recommendations regarding its usage
- demo: visual representation of the component
- code: technologically agnostic HTML/CSS code for implementation
Read the technical documentation on GitHub.
The ECL is bundled in various presets in order to accomodate the different needs of everyone. Once you know which preset you want to use, you can:
-
download the latest release of the preset of your choice
-
install the preset with npm or yarn, e.g.
npm install @ecl/ec-preset-website
oryarn add @ecl/ec-preset-website
-
use the CDN, https://cdn{1,2,3 or 4}.fpfis.tech.ec.europa.eu/ecl/{tag}/{preset}/{path/to/the/asset}. Here's an example:
<link href="https://cdn1.fpfis.tech.ec.europa.eu/ecl/v2.7.0/ec-preset-website/styles/ecl-ec-preset-website.css" integrity="sha384-deafm1hslSavkYYA5FoWAGd5sXh47k0B1VQNJOUS/WzJ+xCiBD4cNmbZRdrhhJVn sha512-EF8gmTRyjZLZwAQizvmK8N7uII71zEdg2GPwBjmuVr3d4X43DnE1pQrVaGXCBJrK+e+8avSeJPnUhQ+N7Wshww==" crossorigin="anonymous" rel="stylesheet" media="screen" /> <link href="https://cdn1.fpfis.tech.ec.europa.eu/ecl/v2.7.0/ec-preset-website/styles/ecl-ec-preset-website-print.css" integrity="sha384-8tyQSQUuq+q6YBi7P1/Jx9YNU2esO+BIFIwofrZWdiuwoPmrUGG5BYWBKplLMMzA sha512-VIG2WMS4zT57BfLzp67M8bPnVqBwNX/DbhOLSSDRCpdfWkS1pi/JGmqWEo3uLh7qhxqkeFK3G/TihKmjF/uAng==" crossorigin="anonymous" rel="stylesheet" media="print" />
<script type="text/javascript" src="https://cdn1.fpfis.tech.ec.europa.eu/ecl/v2.7.0/ec-preset-website/scripts/ecl-ec-preset-website.js" integrity="sha384-d5+U7QftT2DojjbCbjMiAaZDpBFdMz+qKLInNkXLImJkB79od5L8zurPyRh8glol sha512-CN4Ry8RPUKuvKaw4lk+NPIQhMOHSalT2Upz7jGeCo+tukwq+oNfX8HDvpOLRmNQsmsSibJgfo58ETmnDoe1XYQ==" crossorigin="anonymous" defer ></script>
Please contact COMM Europa Management for support on using this resource for a European Commission website.