Class IgcButtonGroupComponent

The igc-button-group groups a series of igc-toggle-buttons together, exposing features such as layout and selection.

igc-button-group

  • Renders igc-toggle-button component.

igcSelect - Emitted when a button is selected through user interaction.

igcDeselect - Emitted when a button is deselected through user interaction.

group - The button group container.

Hierarchy

Hierarchy

  • EventEmitterInterface<IgcButtonGroupComponentEventMap, this> & LitElement<this>
    • IgcButtonGroupComponent

Properties

alignment: "horizontal" | "vertical" = 'horizontal'

Sets the orientation of the buttons in the group.

disabled: boolean = false

Disables all buttons inside the group.

selection: "multiple" | "single" | "single-required" = 'single'

Controls the mode of selection for the button group.

tagName: "igc-button-group" = 'igc-button-group'

Returns the HTML-uppercased qualified name.

MDN Reference

Accessors