Skip to content
William DA SILVA edited this page Jul 18, 2018 · 2 revisions

Components

  • l-feature-group
  • l-marker

L-Popup

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>
Clone this wiki locally