floating-vue
floating-vue copied to clipboard
💬 Easy tooltips, popovers, dropdown, menus... for Vue
This PR also includes: - remove cross-env dev dependency: we can use `shell-emulator=true` in `.npmrc` - includes `.idea` in `.gitignore` (JetBrains IDE folder)
If `:auto-hide` is set to true and the trigger is set to "click", the DropDown is reopened if i click on the trigger to close the popper. This is caused...
So, I have this scenario (which is not uncommon)... (especially in submenu > menu) situations... ``` some content ``` where SelectButton is ``` open ... ``` And HelpTip is: ```...
Using "floating-vue": "2.0.0-beta.24" I have a long list of trading cards including different product info - price, description etc. All of them using v-tooltip. Normally if I hover over one...
Is there a reason why the menu would close after a second? This PR isn't the solution, but I just wanted to get the ball rolling on this. Added a...
Adding too many v-tooltip directives inside one page causes Nuxt to throw the following error: ``` Uncaught (in promise) Maximum recursive updates exceeded in component . This means you have...
I was expecting to be able to add config options in `nuxt.config.ts` file, e.g. `floatingVue: { placement: 'bottom' }`. After seeing [this thread](https://github.com/Akryum/floating-vue/issues/1001), I thought i'd update the documentation to...
First of all: Thanks very much for providing this awesome library as open source! 💚 I'm currently testing integrations of an existing site regarding WCAG 2.2 AA conformance. I noticed...
This PR doesn't include type module, we can do it later. This PR includes: - move the package to ESM-only: all CJS stuff removed - add unimport-presets subpackage export for...