nanopop
nanopop copied to clipboard
🍦 Minimalistic, small, positioning engine. Build for high-performance, minimal footprint and maximum control over positioning behavior.
Is there any way I could add a padding to the container rect so that my popper elements don't stick to the very edge of the screen?
This isn't a bug as such, but it did catch me by surprise, so I thought I'd document it and you can decide if it is a bug or not....
Love this lib, and would like to see a feature for positioning by mouse and not by element This is for tooltips which I want to show when hovering some...
I need the `reposition` method to add information regarding the placement of the *popper* element because I want to use it as tooltips and I need to know where are...
```js reposition( /* reference: */ document.querySelector('.btn'), /* popper: */ document.querySelector('.dropdown'), /* We're using the default options */ ) ``` I have situation where an element inside an iframe injects a...
Hey there. Is it safe to use with react lifecycle hooks? As I noticed nanopop has no method to destroy an instance and react will try to create another one...
It would be great if this could be extended such that in the case of failure to find any fit we could (optionally) discover the position-variant fit that has the...