Live demo — this example is server-driven; run the showcase locally for the interactive version.
Popover
Use Popover 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.
Popover — PatternFly v6
Required: id — derives {id}-title for aria-labelledby wiring when titleText is set.
Optional: titleText (optional), position (optional: top|bottom|left|right), variant (optional: danger|warning|success|info),
ariaLabel (optional — required when titleText is absent so the dialog has an accessible name)
Model mode: pass popover=<org.sitenetsoft.quarkus.pha.model.Popover> — renders the FULL live pattern
(trigger + Alpine wrapper + box); click, hoverable, or static-open modes.