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]

Properties
Name Description
@Input()
placement: InputSignal<"start" | "end">
Conditionally applies a CSS class based on the value

Selector: kbq-top-bar

Properties
Name Description
@Input()
withShadow: boolean
Enables overflow behavior, applying `kbq-top-bar-overflow` to show a bottom shadow.
Docs Feedback
If you have any questions or would like to contribute to writing the documentation, please create an issue in our GitHub repository.