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