flowbite-vue icon indicating copy to clipboard operation
flowbite-vue copied to clipboard

support for double placement in dropdown component

Open patrickkmatias opened this issue 2 years ago • 0 comments

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.

patrickkmatias avatar Feb 07 '23 13:02 patrickkmatias