Webkomponenteiksi
Webkomponenteiksi, or Web Components in English, is a set of web platform APIs that allow you to create new custom, reusable, encapsulated HTML tags to be used on your website. These components are built using three main technologies: Custom Elements, Shadow DOM, and HTML templates.
Custom Elements allow developers to define their own HTML tags and associate JavaScript classes with them.
The primary benefit of Web Components is reusability. Developers can build a component once and use it