v0.6.4
Go to GitHub repository

<le-popover>

Floating content container built on the native Popover API with configurable trigger and positioning.

Examples

Open popover

This is popover content.

<le-popover position="bottom" align="center" show-close>
  <le-button slot="trigger">Toggle</le-button>
  <p>Popover body</p>
</le-popover>

Common Properties / Attributes

  • open, position, align, offset
  • popover-title, show-close
  • close-on-click-outside, close-on-escape
  • width, min-width, max-width

Events

  • lePopoverOpen
  • lePopoverClose