everweij / react-laag

Hooks to build things like tooltips, dropdown menu's and popovers in React
https://www.react-laag.com
MIT License
907 stars 47 forks source link

[FEATURE] Opening Multiple Popovers without Collision #56

Closed zek closed 3 years ago

zek commented 3 years ago

I'm trying to create a widget container which has a lot of widgets in itself. Users can open multiple widgets at the same time and I'm planning to use this library to implement this functionality.

image

However I'm not sure if it's possible to open multiple popovers at the same time without intersecting with each other. So I expect it to be opened next possible position (next to the other popovers)

image