osuresearch / ui

Ohio State Research UI
https://osuresearch.github.io/ui/main
MIT License
6 stars 3 forks source link

`Tooltip` - add positioning support #63

Closed McManning closed 1 year ago

McManning commented 1 year ago

Out of the box, React Aria's tooltips don't support a position prop relative to the trigger, unlike their popover hook.

It seems that Spectrum handles this by introducing an additional Spectrum-specific layer for position calculation, thus it'd be something we need to also implement by hand.

Use Cases:

McManning commented 1 year ago

Was patched in alpha.17, forgot to tag in commits