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

Hint

Use Hint 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

hint

{#include components/feedback/hint /}
Hint — PatternFly v6 
 Optional: id — DOM id on the root; omit unless something else references the hint.
                                       title (rendered in __title), bodyText (rendered in __body) 
 For richer content (footer, action links) hand-render the div.pf-v6-c-hint 
 markup directly — we don't expose a
slot here to avoid Qute slot-name collisions with example-card. 
 Model mode: pass hint=<org.sitenetsoft.quarkus.pha.model.Hint> — adds a raw-HTML footer for action links.