Button Group api

Overview
API
Theme
Examples

NbButtonGroupComponent

Inputs

NameTypeDescription
appearanceNbButtonToggleAppearance

Button group appearance: filled, outline, ghost

shapeNbComponentShape

Button group shapes: rectangle, round, semi-round

sizeNbComponentSize

Button group size, available sizes: tiny, small, medium, large, giant

statusNbComponentOrCustomStatus

Button group status (adds specific styles): basic, primary, info, success, warning, danger, control

filledboolean

Sets filled appearance

ghostboolean

Sets ghost appearance

multipleboolean

Allows to keep multiple button toggles pressed. Off by default.

outlineboolean

Sets outline appearance

Outputs

NameTypeDescription
valueChangeEventEmitter<undefined>

Emits when nbButtonToggle pressed state change. $event contains an array of the currently pressed button toggles.

NbButtonToggleDirective

Inputs

NameTypeDescription
valueany

A value associated with the button.

pressedboolean

Controls button pressed state

Outputs

NameTypeDescription
pressedChangeEventEmitter<boolean>

Emits whenever button pressed state change

Button
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.