Notify Center
Component to send and display notifications and warnings to users.
export class DevinuxClientComponentNotifier { }
// ► import library import * as devinux from 'clientcomponent.js'; // ► render base element const body = document.getElementByTagName('body');
new DevinuxClientComponentNotifier().render();