Button's Container
A set of button components used in the program.
export class DevinuxClientComponentButtons { }
// ► import library import * as devinux from 'clientcomponent.js'; // ► render base element const body = document.getElementByTagName('body');
new DevinuxClientComponentButtons().render();