# Title Bar The Title Bar component provides a consistent header for terminal-like interfaces, displaying application information such as icons, titles, and instance details. Place Title Bar as a sibling of Layout inside a View. Both `layout` and `title_bar` should be direct children of the view. Don't nest Title Bar inside Layout. `title_bar` and `layout` must be siblings, not parent and child.
...
...
...
### Base Structure The Title Bar[Title Bar](/framework/docs/title_bar) consists of three main elements: an icon [Image](/framework/docs/image) , a title [Title](/framework/docs/title) , and an optional instance label [Label](/framework/docs/label) . These elements are arranged horizontally and automatically spaced. #### Basic Title Bar The basic Title Bar includes an icon and title. Use the `title_bar` class [Title Bar](/framework/docs/title_bar) for the container. Basic Title Bar
Basic Title Bar
#### Title Bar with Instance Add an instance label using the `instance` class to display additional context. Title Bar with InstanceProduction
Title Bar with Instance Production
### Title Bar in Mashups When the Title Bar is placed inside a[Mashup](/framework/docs/mashup) , it automatically receives different styling. Inside a view with a mashup layout (`view--half_vertical`, `view--half_horizontal`, or `view--quadrant`), the title bar uses a reduced height, a smaller icon, and no top or side border radius, with rounded bottom corners only so it aligns with the view's bordered outline. #### Example The same `title_bar` markup is used; the framework applies the compact styling automatically when the title bar is inside a mashup view. Plugin A Calendar Plugin B RSS
Plugin A
Calendar
Plugin B
RSS
Previous [Layout Primary container for organizing plugin content](/framework/docs/layout) Next [Columns Implement zero-config column layouts for content organization](/framework/docs/columns)