Button Group api
NbButtonGroupComponent
Inputs
Name | Type | Description |
appearance | NbButtonToggleAppearance | Button group appearance: |
shape | NbComponentShape | Button group shapes: |
size | NbComponentSize | Button group size, available sizes:
|
status | NbComponentOrCustomStatus | Button group status (adds specific styles):
|
filled | boolean | Sets |
ghost | boolean | Sets |
multiple | boolean | Allows to keep multiple button toggles pressed. Off by default. |
outline | boolean | Sets |
Outputs
Name | Type | Description |
valueChange | EventEmitter<undefined> | Emits when |
NbButtonToggleDirective
Inputs
Name | Type | Description |
value | any | A value associated with the button. |
pressed | boolean | Controls button pressed state |
Outputs
Name | Type | Description |
pressedChange | EventEmitter<boolean> | Emits whenever button pressed state change |
Previous page
Checkbox
Next page
Need some help or found an issue?
Ask on Stack Overflow with tag `nebular` or post an issue on GitHub.