flowbite
flowbite copied to clipboard
Why is the navbar hamburger menu not working?
Hello there, Basically, I have an issue with the navbar hamburger menu because, after clicking on it, there is no response. Also, I installed Flowbite for NextJS. So I think I don't need to configure scripts in my codes.
Navbar: https://flowbite.com/docs/components/navbar/#default-navbar
I have the same issue. I think it is a problem with safari. I've tried this in Safari on iOS and on my MacBook both doesn't work.
I have the same issue using Sidebar. It works on Firefox (I can open and close) but not on Safari.
Hi @vkamsingh @damasch @deleonjulio
Are you guys still experience this issue?
@vkamsingh Could you elaborate more on the issue you are having with NextJS?
To make the navbar hamburger show the menu options on click, you have to use the CDN:
u can try import the js
import 'flowbite/dist/flowbite'
cheers
As @nofendian17 stated, or if you're using React/Next.js please refer to:
https://flowbite-react.com/docs/components/navbar
Cheers, Zoltan