Municipalities
The Municipality component. This example displays municipalities and more specifically the population of each. More pronounced colors indicate a higher population.
import { Municipalities } from 'react-denmark-map'
const App = () => {
// ...
return (
<Municipalities
customTooltip={CustomTooltip}
customizeAreas={customizeMunicipalities}
/>
)
}