@theredhead — Frontend Library - v1.0.0
    Preparing search index...

    Type Alias PopoverVerticalAlignment

    PopoverVerticalAlignment: "auto" | "top" | "center" | "bottom"

    Vertical alignment of the popover relative to its anchor element.

    • 'auto' — automatically chooses 'bottom' or 'top' based on available viewport space (prefers below)
    • 'top' — popover sits above the anchor (bottom edge → anchor top edge)
    • 'center' — popover is vertically centred on the anchor
    • 'bottom' — popover sits below the anchor (top edge → anchor bottom edge)