Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1021 Bytes

README.md

File metadata and controls

41 lines (30 loc) · 1021 Bytes

floating-ui-rbx

🎈 A port of floating-ui for Roblox.

Install

# wally.toml

[dependencies]
FloatingUI = "almost89/[email protected]"

Usage

Currently there is no documentation for the Roblox version. Please refer to floating-ui's original docs.

Progress

Warning

I wouldn't suggest using this in production as it hasn't been tested.

  • core
    • computePosition, computeCoordsFromPlacement, and detectOverflow
    • middleware
      • hide
      • size
      • offset
      • shift
      • flip
      • arrow
      • autoPlacement
      • inline
  • utils
  • rbx-dom
    • platform
      • getElementRects, getDimensions, and getClippingRect

License

MIT. Please see each package's LICENSE file for details.