{% overlay %}
Attributes
| Parameter | Type | Required | Description |
|---|---|---|---|
target | string | ✓ | Element data-wf-id within the stop's surface |
anchor | enum | — | top | right | bottom | left — default: top |
Valid Parent Contexts
This tag is valid inside: {% stop %}
Renders a tooltip inside the wireframe container. Scales correctly with the surface. Body is the tooltip text (Markdown inline formatting supported). Multiple overlays per stop render simultaneously.
Tooltip anchored to a button
{% overlay target="settings-btn" anchor="top" %}Tap here to adjust notification preferences.{% /overlay %}