Skip to content

ListGroup

Panoramax.components.ui.ListGroup ⇐ lit.LitElement

Kind: static class of Panoramax.components.ui
Extends: lit.LitElement
Element: pnx-list-group
Slot: default Any element you want to add in list.

new ListGroup()

List Group element displays a menu having a list of rapid actions (links, buttons).

Note that you may only want to use basic HTML elements (a, button) instead of Panoramax ones. The list group overrides style, so using pnx-* component may conflict on styling.

Example

<pnx-list-group>
  <a href="https://web.site/">First link</a>
  <button>Second button</button>
</pnx-list-group>