class TradeStructureProductTable extends HTMLElement { connectedCallback() { this.innerHTML = `
Exports Rank Imports
Telecommunication and sound recording apparatus 17.7%
1 23.7% Electrical machinery, apparatus and appliances, n.e.s.
Office machines and automatic data processing machines 12.5%
2 8.0% Office machines and automatic data processing machines
Electrical machinery, apparatus and appliances, n.e.s. 11.3%
3 5.6% Textile yarn and related products
Articles of apparel & clothing accessories 9.5%
4 4.5% Petroleum, petroleum products and related materials
Footwear 6.0%
5 3.7% Iron and steel
`; } } customElements.define("trade-structure-product-table", TradeStructureProductTable);