import * as React from 'react'; function ControlPanel() { return (

Marker, Popup, NavigationControl and FullscreenControl

Map showing top 20 most populated cities of the United States. Click on a marker to learn more.

Data source:{' '} Wikipedia

View Code ↗
); } export default React.memo(ControlPanel);