flowbite-vue
flowbite-vue copied to clipboard
support for double placement in dropdown component
support for double placement in dropdown components as the base flowbite library does. Actually it only supports top|right|bottom|left, and originally they are top|right|bottom|left-{start|end}.
Content from base library docs:
Double placement #
You can combine the placement options by using the top|right|bottom|left-{start|end} values. For example, left-end will position the dropdown on the left bottom, whereas right-end will position it on the right bottom side.