Live demo — this example is server-driven; run the showcase locally for the interactive version.

Title

Use Title straight from a Qute template — parameters and slots instead of Java builders. This reference is generated from the runtime template sources: each template documents its parameters and slots in the header comment shown beneath its include line.

Templates

title

{#include components/data-display/title /}
Title — PatternFly v6 
 Content slot: heading text (required, passed as the include body) 
 Optional params: size (md|lg|xl|2xl|3xl|4xl, default = heading level so h2 → pf-m-h2), headingLevel (h1|h2|h3|h4|h5|h6, default h1), pageTitle (bool — pf-m-page-title), id 
 Model mode: pass titleModel=<...model.Title> — param name dodges the ubiquitous title= layout args.