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

Properties
Name Description
bodyOverflow: Signal Current body overflow state. Read by the header and footer to render their `box-shadow`.

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.
Suggestions for improvement
If you found a mistake or want to improve the article, create an issue on GitHub.