Skip to content

spatial-monorepo


spatial-monorepo / ui/src / FeaturePopup

Variable: FeaturePopup

const FeaturePopup: FC`<FeaturePopupProps>`

Defined in: packages/ui/src/FeaturePopup.tsx:97

Renders an accessible popup card showing only the GeoJSON properties listed in propertyKeys.

Accessibility:

  • role="dialog" aria-modal="true"
  • Escape key calls onClose
  • Close button has aria-label="Close"
  • Close button receives focus on mount

Released under commercial licensing.