gentics-ui-core
Version:
This is the common core framework for the Gentics CMS and Mesh UI, and other Angular applications.
23 lines (22 loc) • 804 B
TypeScript
import * as i0 from "@angular/core";
/**
* The top bar component is a container for top-level menu items, and acts as a header for the app.
* Its immediate children will be displayed horizontally, vertically center-aligned, starting from the
* left-hand-side.
*
* Items can be explicitly right-aligned by giving them the class `.gtx-top-bar-right`.
*
* ```html
* <gtx-top-bar>
* <i class="material-icons">menu</i>
* <h5>Title</h5>
*
* <!-- this icon will be right-aligned -->
* <i class="material-icons gtx-top-bar-right">person</i>
* </gtx-top-bar>
* ```
*/
export declare class TopBar {
static ɵfac: i0.ɵɵFactoryDeclaration<TopBar, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<TopBar, "gtx-top-bar", never, {}, {}, never, ["*", ".gtx-top-bar-right"]>;
}