Content panel
import { KbqContentPanelModule } from '@koobiq/components/content-panel';

Selector: kbq-content-panel-aside

Exported as: kbqContentPanelAside

Selector: [kbqContentPanelHeaderTitle]

Exported as: kbqContentPanelHeaderTitle

Selector: [kbqContentPanelHeaderActions]

Exported as: kbqContentPanelHeaderActions

Selector: kbq-content-panel-header

Selector: kbq-content-panel-body

Exported as: kbqContentPanelBody

Selector: kbq-content-panel-footer

Selector: kbq-content-panel

Selector: kbq-content-panel-container

Exported as: kbqContentPanelContainer
Properties
Name Description
@Input()
disableClose: InputSignalWithTransform
Whether the content panel can not be closed by clicking on the close button or pressing the ESCAPE key.
@Input()
disableCloseByEscape: InputSignalWithTransform
Whether the content panel can not be closed by pressing the ESCAPE key.
@Input()
disableResizer: InputSignalWithTransform
Whether the content panel resizer is disabled.
@Input()
maxWidth: InputSignalWithTransform
Max width of the `KbqContentPanel`.
@Input()
minWidth: InputSignalWithTransform
Minimum width of the `KbqContentPanel`.
@Input()
opened: InputSignalWithTransform
Whether the content panel is opened.
@Input()
width: InputSignalWithTransform
Width of the `KbqContentPanel`.
@Output('openedChange')
openedChange: OutputEmitterRef
Emits event when the content panel opened state is changed.
isOpened: Signal Whether the content panel is opened.
Methods
close
Closes the content panel.
open
Opens the content panel.
toggle
Toggles the content panel opened state.
Docs Feedback
If you have any questions or would like to contribute to writing the documentation, please create an issue in our GitHub repository.