Floating UI-powered automatic positioning with collision detection
Click to open a popover with automatic positioning:
Positioned with Floating UI!
Click the button to see a dropdown menu positioned below:
Hover over the element below to see a tooltip:
Right-click in the gray area for context menu:
Test different positioning modifiers:
# Basic usage
data_position="buttonId"
# With modifiers using tuple format
data_position=("triggerId", dict(
placement="bottom-start",
offset=8,
flip=True,
shift=True,
hide=True,
strategy="fixed"
))