class TradeStructureProductTable extends HTMLElement { connectedCallback() { this.innerHTML = `
Exports Rank Imports
Meat and meat preparations 26.2%
1 13.9% Petroleum, petroleum products and related materials
Cereals and cereal preparations 13.8%
2 12.2% Road vehicles
Cork and wood 12.0%
3 3.9% Specialised machinery
Dairy products and birds' eggs 8.8%
4 3.8% Other industrial machinery and parts
Oil seeds and oleaginous fruits 6.7%
5 3.8% Electrical machinery, apparatus and appliances, n.e.s.
`; } } customElements.define("trade-structure-product-table", TradeStructureProductTable);