Floating Portal
Unified infrastructure component for floating content. Handles portal registration, positioning, and lifecycle management. This is the base layer used internally by Select, Popover, DropdownMenu, Tooltip, HoverCard, and other overlay components.
Overview
FloatingPortal is a low-level infrastructure primitive used internally by components like Popover, Select, DropdownMenu, and Tooltip. It handles portal rendering via IPortalService and positioning via IPositioningService. You typically don't use this directly — use the higher-level components instead.
FloatingPortal is an internal infrastructure primitive. Use Popover, Tooltip, Select, DropdownMenu, or other overlay components for typical use cases.