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".
Docs Feedback
If you have any questions or would like to contribute to writing the documentation, please create an issue in our GitHub repository.