Skip to content
Advertisement

How to make dropdown menus work using popperjs in Bootstrap 5 [closed]

I’m currently trying to make dropdown menus work in Bootstrap 5. I read this functionality requires Popper.js, but I don’t know how to include it (Laravel project using Laravel mix) properly.

I’ve tried the following.

JavaScript

None of this seems to enable the Bootstrap dropdown functionality that I want! What am I doing wrong?

Advertisement

Answer

did you try with the bootstrap.js file?

JavaScript

this file is used when you install laravel ui

User contributions licensed under: CC BY-SA
9 People found this is helpful
Advertisement