class TradeStructureProductTable extends HTMLElement { connectedCallback() { this.innerHTML = `
Exports Rank Imports
Dairy products and birds' eggs 28.5%
1 14.3% Petroleum, petroleum products and related materials
Meat and meat preparations 13.2%
2 13.1% Road vehicles
Vegetables and fruits 6.3%
3 4.7% Electrical machinery, apparatus and appliances, n.e.s.
Cork and wood 6.2%
4 4.5% Other industrial machinery and parts
Miscellaneous edible products and preparations 5.3%
5 4.0% Telecommunication and sound recording apparatus
`; } } customElements.define("trade-structure-product-table", TradeStructureProductTable);