We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The available component props are: WIP
Example:
<l-popup content="The content of the popup"></l-popup>
You can attach a popup component to a marker component:
<l-marker> <l-popup content="This is the content"></l-popup> </l-marker>