Modal
Component to create and manage medal windows.
export class DevinuxClientComponentModal { }
// ► import library import * as devinux from 'clientcomponent.js'; // ► render base element const body = document.getElementByTagName('body');
new DevinuxClientComponentModal().render();