Header Text
Overview
Use this component to display static text information in your app header.
This could include:
- The app version
- The user’s name
- The current environment
- etc
Only add header text to the right side of the header.
Development
Web component development
Component reference
rui-header-text
A block of text that displays in the right side of the header. This is not a button or dropdown, just text.
Name | Type | Default | Description |
---|---|---|---|
text | string | '' | Text to display |
Implementation
Begin by importing the rui-header
module into your application.
Use rui-header-text
to display text in the header.
This tag has a text
attribute for specifying the text.
Keep the text short since there isn’t much room in the header, especially at smaller screen widths. You may even want to hide this text at mobile size.
The example below displays the user’s name as text in the right side of the header.
Angular wrapper development
Wrapper reference
jha-header-text
A block of text that displays in the right side of the header. This is not a button or dropdown, just text.
Name | Type | Default | Description |
---|---|---|---|
jhaText | string | '' | Text to display |
Implementation
Begin by importing the JhaHeaderModule into your application.
Use jha-header-text
to display text in the header.
This tag has a jhaText
attribute for specifying the text.
Keep the text short since there isn’t much room in the header, especially at smaller screen widths. You may even want to hide this text at mobile size.
The example below displays the user’s name as text in the right side of the header.
Component playground
Design
Figma design
Dev Component | Design Component Name |
---|---|
Header text | Add text, then apply rui/header-element as the Text Style and rui-pacific/main-header-fg as the Color Style. |
Adobe XD design
- Layout - Header, Expanded Nav, Function View
- Layout - Header, Collapsed Nav, Function View
- Layout - Nav Elements - Expanded Nav Bar
- Layout - Nav Elements - Collapsed Nav Bar
- Layout - Nav Mega Menu
- Layout - Header Elements – Basics
- Layout - Header Menu Buttons
- Layout - Header Mega Menu
- Layout - Mobile Application
- Layout - Tablet Application – Portrait
- Layout - Tablet Application - Landscape
Dev Component | Design Component Name |
---|---|
Header text | JHA / Text / Header Bar |