nascent-africa / jetstrap

A Laravel 8 package to easily switch TailwindCSS resources generated by Laravel Jetstream and Breeze to Bootstrap 4.
https://github.com/nascent-africa/jetstrap
MIT License
709 stars 119 forks source link

Navbar Mobile Menu Toggle not Working #61

Closed Stridesdata closed 2 years ago

Stridesdata commented 2 years ago

Describe the bug It was noticed that theNavbar Menu toggler does not work in mobile.

On troubleshooting I noticed that The toggler uses data-toggle and data-target which is for bootstrap4 instead of data-bs-toggle and data-bs-target meant for bootstrap5