1. 22
    Add a React Leaflet Popup Component to Display the Name of an Existing Marker Component
    15s

Add a React Leaflet Popup Component to Display the Name of an Existing Marker Component

InstructorColby Fayock

Share this video with your friends

Send Tweet

We now have a marker that shows our location, so let's add a name to it so anyone visiting our map can know what the location is.

We'll be using the React Leaflet Popup component to attach this tooltip popup to our existing Marker component.

Click here for exercise instructions