vue-popper
vue-popper copied to clipboard
:whale: VueJS popover component based popper.js 🇺🇦
Hello there! First of all, thanks for creating and maintaining this plugin :) Is there any option / way to avoid popover going away when clicking inside? I'm placing some...
I'd like to put a form inside a popper which is opened when a button is clicked. That is fine and easy to achieve with `trigger="clickToOpen"`. However, whenever someone clicks...
Hello, As the example is quite limited, it's unclear how to use vue-popper when one needs to extend it with another component. ```html ``` then: ```html activate popover ``` and...
How can transition attributes be used in conjunction with animate.css?
I'm trying to use vue popper on electron by import, it's running well but gives an error on console Here's the screenshot, on my electron app, I use popper to...
Thanks for everyone's work here. I would say the project really needs a changelog. The lack of one slows down our review and approval of updates considerably.
### Use case I'd like to only open the popper programmatically, which I am currently achieving toggling the 'force-show' prop. However when I click on the component, I want to...
For my current project, I'm updating some of the options dynamically, specifically the placement, but once I change the placement it's not being applied, so I think to add some...
 if i want to show content ,I think this code will report errors  thanks。