List
Component to create, manage and show data as list.
export class DevinuxClientComponentList { }
// ► import library import * as devinux from 'clientcomponent.js'; // ► render base element const body = document.getElementByTagName('body');
new DevinuxClientComponentList().render();