Split button
import { KbqSplitButtonModule } from '@koobiq/components/split-button';

Selector: kbq-split-button, [kbq-split-button]

Properties
Name Description
@Input()
color: string
component color, will be set for nested buttons
@Input()
disabled: boolean
Whether the checkbox is disabled.
@Input()
kbqStyle: string
component style, will be set for nested buttons
@Input()
panelAutoWidth: boolean
Sets the width of the dropdown to the width of the trigger. Default is false
colorClassName: string current class name of color
firstDisabled: boolean
secondDisabled: boolean
Methods
setDefaultColor
this color will be used as a default value. For example [color]="'' | false | undefined | null".
Вопросы и предложения по документации
Если у вас есть вопросы или вы хотите внести свой вклад в написание документации, пожалуйста, создайте issue в нашем репозитории на GitHub.