themesberg / flowbite-vue

Official Vue 3 components built for Flowbite and Tailwind CSS
https://flowbite-vue.com
MIT License
723 stars 116 forks source link

feat: Added property to align dropdown context with the trigger #282

Closed andreyjamer closed 3 months ago

andreyjamer commented 3 months ago

In some cases it is required to display dropdown aligned not by the left border of the trigger, but by the right. It was impossible to reach using just CSS classes modifications, so new property was implemented for dropdown component.

netlify[bot] commented 3 months ago

Deploy Preview for sensational-seahorse-8635f8 ready!

Name Link
Latest commit a88f982b6b707dd0cbf87a48e3622696dbb93ece
Latest deploy log https://app.netlify.com/sites/sensational-seahorse-8635f8/deploys/662ce1b933f65a0008735ac8
Deploy Preview https://deploy-preview-282--sensational-seahorse-8635f8.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

andreyjamer commented 3 months ago

I updated example. You are right, now it is more visible. Feel free to merge when you are ready.