import { KbqTopBarModule } from '@koobiq/components/top-bar';Selector: [kbqTopBarSpacer]
Directive that dynamically applying CSS classes based on a placement value (left or right).
Selector: [kbqTopBarContainer]
| Name | Description |
|---|---|
@Input() placement: InputSignal<"start" | "end">
|
Conditionally applies a CSS class based on the value |
Selector: kbq-top-bar
| Name | Description |
|---|---|
@Input() withShadow: boolean
|
Enables overflow behavior, applying `kbq-top-bar-overflow` to show a bottom shadow. |