FoundryKit

Integration

How Maps fits into the rest of FoundryKit.

Integration

  • Blocks re-exports InteractiveRegionsMap for higher-level page building.
  • Use @foundrykit/maps directly when you need map-specific types, geo helpers, or journey controls.
  • The package has react and react-dom peer dependencies and uses clsx and tailwind-merge internally.
import { InteractiveRegionsMap } from '@foundrykit/maps';

export function RegionsExample() {
  return <InteractiveRegionsMap />;
}

On this page