@theredhead — Frontend Library - v1.0.0
Preparing search index...
ui-kit/src/public-api
PopoverVerticalAlignment
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)
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@theredhead — Frontend Library - v1.0.0
Loading...
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)