import { KbqSidebarModule } from '@koobiq/components/sidebar';

Selector: [kbq-sidebar-opened]

Exported as: kbqSidebarOpened
Properties
Name Description
@Input()
maxWidth: string
@Input()
minWidth: string
@Input()
width: string

Selector: [kbq-sidebar-closed]

Exported as: kbqSidebarClosed
Properties
Name Description
@Input()
width: string

Selector: kbq-sidebar

Exported as: kbqSidebar
Properties
Name Description
@Input()
opened: boolean
@Input()
position: SidebarPositions
@Output('stateChanged')
stateChanged: EventEmitter
Methods
toggle
Вопросы и предложения по документации
Если у вас есть вопросы или вы хотите внести свой вклад в написание документации, пожалуйста, создайте issue в нашем репозитории на GitHub.