(this page was created automatically. In case of formatting issues, please visit the official Wiki Page)

Title

Link to Figma: https://www.figma.com/design/yck1tcUXgdQ5aYX6iUAwrO/GE---Astronaut-Design-System?node-id=0-1&t=ftfrOGkPzlG2GaTo-1

Overview

Example title

Specs

Tokens

Token Description
displayName Display name in the structure panel
textTranslations Text of the title with multilingual support
headerStyle Heading level, h1–h6
textAlign Horizontal alignment of the title
textColor Color of the title text
width Width of the component
showTooltip Enables tooltip on hover
tooltipTextTranslations Tooltip text with multilingual support
tooltipPlacement Position of the tooltip relative to the title
tooltipDelay Delay before tooltip appears
paddingClass CSS class for spacing around the title
events Configures events for the component
ON_INIT (Events) Event triggered on initialization
ON_DESTROY (Events) Event triggered on removal
visibilityPolicySetId Policy set that controls visibility
displayConditions Rules that control when the title is shown
id Unique identifier for programmatic access
dataTestId Identifier for automated tests
enableAsHotspot Marks the title as a guided tour hotspot
guidedTourHotSpotTitle Translatable title for guided tour hotspot
guidedTourHotSpotDescription Translatable description for guided tour hotspot

Structure

(Configured in General Properties)

(Configured in Visibility)

Tooltip

(Configured in Visual Properties)

Title with tooltip

Styling

(Configured in Visual Properties)

Title styling

Actions & Variants

(Configured in Events)

Tests

(Configured in Testing Hooks)

Authorization

(Configured in Authorization)

Guidelines

Usage

Sizing & Layout

States & Feedback

Color & Contrast

Tooltips

Data-Driven / Conditional Behavior

Visibility & Authorization

Content & Localization

Dos & Don’ts

Do Don’t Article setting(s)
Use headerStyle="h1" only for the top-level page title; use h2+ for sections. Make multiple unrelated headings h1. headerStyle
Keep titles short and localize them. Ship English-only strings or paragraphs as titles. textTranslations
Left-align section headings for scanability. Center-align long, multi-line section headers. textAlign
Constrain width to keep lines readable. Let headings span edge-to-edge with unreadable long lines. width
Add space with a single padding utility. Chain multiple padding utilities in the paddingClass value. paddingClass
Use a tooltip to clarify a term; add a small delay. Put critical instructions only in a tooltip. showTooltip, tooltipTextTranslations, tooltipDelay
Ensure sufficient contrast for readability. Pick text colors with poor contrast on the background. textColor
Show/hide based on explicit rules. Leave irrelevant titles visible at all times. displayConditions
Initialize dynamic text on mount; clean up on unmount. Start listeners and never dispose them. ON_INIT, ON_DESTROY
Gate by role when needed. Expose sensitive titles to all users. visibilityPolicySetId

Accessibility (de-duplicated)