import { KbqSidebarModule } from '@koobiq/components/sidebar';Selector: [kbq-sidebar-opened]
Exported as: kbqSidebarOpened| Name | Description |
|---|---|
@Input() maxWidth: string
|
|
@Input() minWidth: string
|
|
@Input() width: string
|
Selector: [kbq-sidebar-closed]
Exported as: kbqSidebarClosed| Name | Description |
|---|---|
@Input() width: string
|
Selector: kbq-sidebar
Exported as: kbqSidebar| Name | Description |
|---|---|
@Input() opened: boolean
|
|
@Input() position: SidebarPositions
|
|
@Output('stateChanged')
stateChanged: EventEmitter |