class TradeStructureProductTable extends HTMLElement { connectedCallback() { this.innerHTML = `
Exports Rank Imports
Petroleum, petroleum products and related materials 32.3%
1 19.9% Petroleum, petroleum products and related materials
Fish, crustaceans, molluscs and preparations thereof 22.7%
2 7.8% Road vehicles
Vegetables and fruits 18.0%
3 5.3% Feedstuff for animals (excluding unmilled cereals)
Metalliferous ores and metal scrap 6.4%
4 5.1% Medicinal and pharmaceutical products
Coffee, tea, cocoa, spices, and manufactures thereof 4.5%
5 4.3% Other industrial machinery and parts
`; } } customElements.define("trade-structure-product-table", TradeStructureProductTable);