1 repository
Logic for positioning interface components in specialized rendering environments.
Distinguishing note: None of the candidates address positioning in non-DOM environments specifically as a domain.
Explore 1 awesome GitHub repository matching user interface & experience · Custom Component Placement. Refine with filters or upvote what's useful.
Floating UI is a JavaScript positioning library and layout engine designed to calculate the exact coordinates for floating interface elements such as tooltips, popovers, and dropdowns. It functions as a floating element orchestrator that ensures these components remain visible and aligned relative to a reference element. The library features a platform-abstraction layer that decouples positioning logic from the document object model. This allows the engine to support both standard web environments and non-DOM targets, including canvas or graphics buffers, through custom coordinate and measure
Enables positioning of floating elements in non-DOM environments like canvas or graphics buffers.