{# 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) #} {% set position = position | default('bottom') %}
{# Trigger #} {# Content panel — position via Alpine x-anchor (Floating UI under the hood) #}