e8-map
Updated on Sep 18, 2025 3 minutes to readA map component with marker rendering, clustering, and interactive popups.
Overview
e8-map allows displaying an interactive map with markers, automatic clustering, and popups on hover or click.
It supports dynamic marker rendering, grouping, and custom map center configuration. The component is responsive and updates markers in real time when the markers array changes.
🔽 Show more
Properties
| Property | Description | Type | Default |
|---|---|---|---|
| height | Height of the map container. | string | '30rem' |
| markers | Array of marker objects. | Array<E8MapMarker> | [] |