class TradeStructureProductTable extends HTMLElement { connectedCallback() { this.innerHTML = `
Exports Rank Imports
Vegetables and fruits 11.8%
1 11.3% Petroleum, petroleum products and related materials
Petroleum, petroleum products and related materials 10.8%
2 6.8% Cereals and cereal preparations
Gas, natural and manufactured 6.4%
3 4.4% Road vehicles
Fertilizers other than group 272 6.0%
4 4.4% Other industrial machinery and parts
Articles of apparel & clothing accessories 5.8%
5 4.3% Iron and steel
`; } } customElements.define("trade-structure-product-table", TradeStructureProductTable);