File

packages/eui/packages/components/eui-button-group/eui-button-group.component.ts

Description

Component for grouping multiple buttons together with optional checkbox or radio button behavior.

Implements

AfterContentInit

Metadata

Index

Properties
Inputs
Outputs
HostBindings
Accessors

Inputs

isCheckboxButtons
Type : boolean
Default value : false

Whether the buttons should behave like checkboxes (multiple selection)

isRadioButtons
Type : boolean
Default value : false

Whether the buttons should behave like radio buttons (single selection)

Outputs

buttonClick
Type : EventEmitter<EuiButtonComponent>

Event emitted when any button in the group is clicked Emits the clicked EuiButtonComponent instance

HostBindings

class
Type : string

CSS classes applied to the host element

Properties

buttons
Type : QueryList<EuiButtonComponent>
Decorators :
@ContentChildren(undefined)

Query list of all EuiButtonComponent instances within the group

Accessors

cssClasses
getcssClasses()

CSS classes applied to the host element

Returns : string

results matching ""

    No results matching ""