spatial-monorepo / ui/src / FeaturePopup
Variable: FeaturePopup
constFeaturePopup: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
