Panel
Component to create and manage different panels in the interface.
export class DevinuxClientComponentPanel { }
// ► import library import * as devinux from 'clientcomponent.js'; // ► render base element const body = document.getElementByTagName('body');
new DevinuxClientComponentPanel().render();