Skip to content

ButtonGroup

Panoramax.components.ui.ButtonGroup ⇐ lit.LitElement

Kind: static class of Panoramax.components.ui
Extends: lit.LitElement
Element: pnx-button-group

new ButtonGroup()

Button Group element allows to merge many button in a single bar.

Example

<pnx-button-group id="pnx-widget-player" dir="row" size="xl" class="pnx-print-hidden">
  <pnx-button>B1</pnx-button>
  <pnx-button>B2</pnx-button>
</pnx-button-group>

buttonGroup.properties : Object

Component properties.

Kind: instance property of ButtonGroup
Properties

Name Type Description
[dir] string Group direction (row, column)
[size] string Group size (md, xl)