vue3-popper
vue3-popper copied to clipboard
A Vue.js popover component based on PopperJS
**Description of the bug** If you don't want a border around the popper and use `--popper-theme-border-width: 0`, this also removes the arrow completely. It looks like the arrow size is...
**Description of the bug** Page where popper is in use does not work when server side rendered with following error: `[vite] Internal server error: regeneratorRuntime is not defined at [email protected][email protected]/node_modules/vue3-popper/dist/popper.ssr.js:1951:49`...
Is it possible to just put it on top?
I needed to warp a full width element so to do that I need to be able to toggle the inline-block class on the wrapper, this is done with the...
It should be very useful to use `defineExpose` in order to expose the close and open functions. Then we could be able to open or close a popper from somewhere...
We have a use case where we want to display poppers on SVG elements. The easiest and leaner solution is to have standard tooltips generated with [the `` SVG element](https://developer.mozilla.org/en-US/docs/Web/SVG/Element/title),...
Hi. Thank you for this great component! But, it makes additional `` on top of my slot content. Question: Is there a way to avoid this? (Use default slot directly,...
The Popper is nice, simple and works well. However I'm now using it in a project that requires manual opening of the Popper while retaining the automatic closing (especially the...
**Description of the bug** Nested popper clickoutside close all poppers **Reproduction link** https://codesandbox.io/s/proud-fast-qi8x4 **To Reproduce** Steps to reproduce the behavior: 1. Click "trigger parent" 2. Click "trigger child" 3. Click...
**Description of the bug** Popper events are emitted even if popper is disabled **To Reproduce** 1. Add a handler to the open:popper event 2. Set the popper's disabled to true...