Integration
How Maps fits into the rest of FoundryKit.
Integration
- Blocks re-exports
InteractiveRegionsMapfor higher-level page building. - Use
@foundrykit/mapsdirectly when you need map-specific types, geo helpers, or journey controls. - The package has
reactandreact-dompeer dependencies and usesclsxandtailwind-mergeinternally.
import { InteractiveRegionsMap } from '@foundrykit/maps';
export function RegionsExample() {
return <InteractiveRegionsMap />;
}