{# Popover — anchored floating content panel. Contract: ~/.claude/skills/ux-architect/components/popover.md (UX-015) Parameters: trigger_text (str), position (str: top|bottom|left|right, default: bottom) v0.62 CSS refactor: inline Tailwind → semantic .dz-popover-* classes (components/fragments.css). Position via Alpine x-anchor (Floating UI). #} {% set position = position | default('bottom') %}
{# Trigger #} {# Content panel — position via Alpine x-anchor (Floating UI under the hood) #}