floating-vue
floating-vue copied to clipboard
Need explicit/verbose examples of v-popover property functionality.
Appreciate all the hard work on this project, but it would be nice to have more explicit/verbose documentation on the use of the various v-popover props. As it stands, I can't successfully position the v-popover using any of the props. The only one that seems to have any effect is :offset which results in wild and random page placement. I'm 99.99999% sure I'm missing something, but it would be nice if it were more obvious . . . ? 🥴
Not sure if this will help (but I know I missed this on my first read through), but you may want to mess around with the container property as well.
👍
You might need the placement attr
For everyone trying to figure out why placement: 'bottom' won't work in some cases: read this from #721 Maybe that explanation could be added to the documentation?